Updated all files based on eslintrc

This commit is contained in:
2023-12-31 11:08:49 +01:00
parent da456facef
commit 7d509e1b22
11 changed files with 22 additions and 23 deletions

View File

@@ -12,8 +12,6 @@ export default interface Command {
"addSubcommand" | "addSubcommandGroup" | "addIntegerOption"
>
subcommands?: boolean
execute: (
interaction: ChatInputCommandInteraction,
client: Client,
) => Promise<void>
// eslint-disable-next-line no-unused-vars
execute: ( interaction: ChatInputCommandInteraction, client: Client,) => Promise<void>
}