Type Alias RoleIDs

RoleIDs: {
    admin?: string;
    categories?: string[] | KeyStrObj;
    mod?: string;
}

A collection of role IDs used by the bot.

Type declaration

  • Optionaladmin?: string
    • The ID of the admin role.
  • Optionalcategories?: string[] | KeyStrObj
    • The IDs of all role categories.
  • Optionalmod?: string
    • The ID of the mod role.