CommandData
CommandData
Represents a command that can be executed by CommandKit.
Signature
type CommandData = RESTPostAPIApplicationCommandsJSONBody & {
guilds?: string[];
}
Represents a command that can be executed by CommandKit.
type CommandData = RESTPostAPIApplicationCommandsJSONBody & {
guilds?: string[];
}