Skip to main content

Guild

Index

Constructors

constructor

  • new Guild(client: Client<boolean>, data: APIGuild): Guild

Properties

publicclient

client: Client<boolean>

The client that initialized this guild.

publicemojis

emojis: Map<string, Emoji> = ...

Emojis that are in this guild

publicicon

icon: null | string

publicid

id: string

The ID of this guild.

publicname

name: string

The name of this guild.

publicvanityUrlCode

vanityUrlCode: null | string

The vanity URL code for this guild

publicverificationLevel

verificationLevel: VerificationLevel

Verification level required for this guild

Methods

publiciconURL

  • iconURL(options?: any): null | string
  • The icon URL for this guild