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/utilities/uuid.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands/utilities/uuid.ts') diff --git a/src/commands/utilities/uuid.ts b/src/commands/utilities/uuid.ts index 06856d9..50280a0 100644 --- a/src/commands/utilities/uuid.ts +++ b/src/commands/utilities/uuid.ts @@ -28,7 +28,6 @@ export default class UuidCommand extends BushCommand { }); } - // eslint-disable-next-line @typescript-eslint/no-explicit-any public override async exec(message: BushMessage, { ign }: { ign: { match: any[]; matches: any[] } }): Promise { if (!ign) return await message.util.reply(`${util.emojis.error} Please enter a valid ign.`); const readableIGN = ign.match[0]; -- cgit