Type Alias GuildIDs

GuildIDs: {
    dev?: string;
    support?: string;
}

A collection of IDs for different guilds (servers).

Type declaration

  • Optionaldev?: string
    • The ID of the development/testing server.
  • Optionalsupport?: string
    • The ID of the support/main server.