aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-05 18:48:38 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-05 18:48:38 -0400
commit2d66c896b9ab7fac426061fccd6ffa413242bc6a (patch)
tree0315533b233d9f3f74615c8959a621e54b8747b6 /src/commands
parentf4ed3141722719f26ac2286d57a92b1031accaf3 (diff)
downloadtanzanite-2d66c896b9ab7fac426061fccd6ffa413242bc6a.tar.gz
tanzanite-2d66c896b9ab7fac426061fccd6ffa413242bc6a.tar.bz2
tanzanite-2d66c896b9ab7fac426061fccd6ffa413242bc6a.zip
remove explicit any and add error for code block
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/dev/test.ts1
-rw-r--r--src/commands/utilities/uuid.ts1
2 files changed, 0 insertions, 2 deletions
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';
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<unknown> {
if (!ign) return await message.util.reply(`${util.emojis.error} Please enter a valid ign.`);
const readableIGN = ign.match[0];