From 2d66c896b9ab7fac426061fccd6ffa413242bc6a Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 5 Aug 2021 18:48:38 -0400 Subject: remove explicit any and add error for code block --- src/commands/dev/test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands/dev') diff --git a/src/commands/dev/test.ts b/src/commands/dev/test.ts index 5552803..60e93c4 100644 --- a/src/commands/dev/test.ts +++ b/src/commands/dev/test.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-explicit-any */ import { BushCommand, BushMessage } from '@lib'; import { Constants as jsConstants, MessageActionRow, MessageButton, MessageEmbed } from 'discord.js'; -- cgit