aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
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];