Type Alias BaseCommandInteraction

BaseCommandInteraction: {
    bot: Bot;
    category: string;
}

Base structure for command interactions.

Type declaration

  • bot: Bot
    • The bot instance that received the interaction.
  • category: string
    • The category of the command.