Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Guild

Hierarchy

  • Guild

Index

Constructors

Properties

client: Client
data: APIGuild
emojis: Collection<string, Emoji>
members: Collection<string, GuildMember>
presences: Collection<string, unknown>
roles: Collection<string, Role>
stickers: Collection<string, Sticker>

Accessors

  • get afkChannelId(): null | string
  • get afkTimeout(): number
  • get applicationId(): null | string
  • get icon(): null | string
  • get id(): string
  • get name(): string
  • get owner(): boolean
  • get ownerId(): string
  • get permissions(): undefined | string
  • get splash(): null | string
  • get systemChannelId(): null | string
  • get widgetChannelId(): undefined | null | string
  • get widgetEnabled(): undefined | boolean

Methods

  • iconURL(format?: string): null | string

Generated using TypeDoc