Updated all files based on eslintrc
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user