Updated command interface
This commit is contained in:
@@ -8,10 +8,7 @@ export default interface Command {
|
|||||||
type: "slash"
|
type: "slash"
|
||||||
dev?: boolean
|
dev?: boolean
|
||||||
public: boolean
|
public: boolean
|
||||||
data: Omit<
|
data: SlashCommandBuilder
|
||||||
SlashCommandBuilder,
|
|
||||||
"addSubcommand" | "addSubcommandGroup" | "addIntegerOption"
|
|
||||||
>
|
|
||||||
subcommands?: boolean
|
subcommands?: boolean
|
||||||
execute: (
|
execute: (
|
||||||
interaction: ChatInputCommandInteraction,
|
interaction: ChatInputCommandInteraction,
|
||||||
|
|||||||
Reference in New Issue
Block a user