Fixing formatting
This commit is contained in:
@@ -10,8 +10,5 @@ export default interface Command {
|
||||
disabled?: boolean
|
||||
subcommands?: boolean
|
||||
data: SlashCommandBuilder
|
||||
execute: (
|
||||
interaction: ChatInputCommandInteraction,
|
||||
client: Client
|
||||
) => Promise<void>
|
||||
execute: (interaction: ChatInputCommandInteraction, client: Client) => Promise<void>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user