Type Alias BotCommand

BotCommand: {
    data: CommandData;
    execute: CommandFunction;
}

The full structure of a command file used by the bot.

Type declaration