Type Alias ChannelIDs

ChannelIDs: {
    dev?: string;
    error?: string;
    rules?: string;
    welcome?: string;
}

A collection of channel IDs used by the bot.

Type declaration

  • Optionaldev?: string
    • The ID of the development/testing server's main channel.
  • Optionalerror?: string
    • The ID of the error log channel.
  • Optionalrules?: string
    • The ID of the rules channel.
  • Optionalwelcome?: string
    • The ID of the welcome channel.