Type Alias IDs

IDs: {
    channel: ChannelIDs;
    command?: KeyAnyObj;
    emoji?: EmojiIDs;
    guild: GuildIDs;
    invite?: KeyAnyObj;
    message?: KeyAnyObj;
    role: RoleIDs;
    sticker?: KeyAnyObj;
    thread?: KeyAnyObj;
    user: KeyAnyObj;
    webhook?: KeyAnyObj;
}

A collection of various IDs used by the bot.

Type declaration

  • channel: ChannelIDs
    • A collection of channel IDs.
  • Optionalcommand?: KeyAnyObj
    • A collection of command IDs.
  • Optionalemoji?: EmojiIDs
    • A collection of emoji IDs.
  • guild: GuildIDs
    • A collection of guild (server) IDs.
  • Optionalinvite?: KeyAnyObj
    • A collection of invite IDs.
  • Optionalmessage?: KeyAnyObj
    • A collection of message IDs.
  • role: RoleIDs
    • A collection of role IDs.
  • Optionalsticker?: KeyAnyObj
    • A collection of sticker IDs.
  • Optionalthread?: KeyAnyObj
    • A collection of thread IDs.
  • user: KeyAnyObj
    • A collection of user IDs.
  • Optionalwebhook?: KeyAnyObj
    • A collection of webhook IDs.