Type Alias BaseData

BaseData: {
    brand: Brand;
    config: Config;
    id: IDs;
}

Basic data structure for the bot.

Type declaration

  • brand: Brand
    • Information related to the bot's branding.
  • config: Config
    • The bot's configuration settings.
  • id: IDs
    • A collection of various IDs used by the bot.