Type Alias UserIDs

UserIDs: {
    dev?: string[] | KeyStrObj;
    owner?: string;
    support?: string[] | KeyStrObj;
}

A collection of user IDs used by the bot.

Type declaration

  • Optionaldev?: string[] | KeyStrObj
    • The IDs of the developers.
  • Optionalowner?: string
    • The ID of the bot owner.
  • Optionalsupport?: string[] | KeyStrObj
    • The IDs of the support team members.