Skip to main content
Version: 1.2

CommandData

CommandData

Represents a command that can be executed by CommandKit.

Signature
type CommandData = Prettify<
Omit<RESTPostAPIApplicationCommandsJSONBody, 'description'> & {
description?: string;
guilds?: string[];
}
>