Type Alias BotDirectories

BotDirectories: {
    data?: string;
    root?: string;
}

Directories used by the bot for organizing files and data.

Type declaration

  • Optionaldata?: string
    • The Path to the directory the json data files.
  • Optionalroot?: string
    • The path to the folder containing all the bot files.