Represents a guild received from an invite, includes welcome screen data if available.
Extends
AnonymousGuildThe hash of the guild banner
Inherited from AnonymousGuildThe time this guild was created at
Inherited from BaseGuildThe timestamp this guild was created at
Inherited from BaseGuildThe description of the guild, if any
Inherited from AnonymousGuildAn array of features available to this guild
Inherited from BaseGuildThe icon hash of this guild
Inherited from BaseGuildThe name of this guild
Inherited from BaseGuildThe acronym that shows up in place of a guild icon
Inherited from BaseGuildThe NSFW level of this guild
Inherited from AnonymousGuildWhether this guild is partnered
Inherited from BaseGuildThe hash of the guild invite splash image
Inherited from AnonymousGuildThe vanity invite code of the guild, if any
Inherited from AnonymousGuildThe verification level of the guild
Inherited from AnonymousGuildWhether this guild is verified
Inherited from BaseGuildThe URL to this guild's banner.
Returns
Name | Type | Optional | Description |
---|---|---|---|
options | ImageURLOptions | Yes | Options for the image URL |
Fetches this guild.
Inherited from BaseGuildThe URL to this guild's icon.
Returns
Name | Type | Optional | Description |
---|---|---|---|
options | ImageURLOptions | Yes | Options for the image URL |
The URL to this guild's invite splash image.
Returns
Name | Type | Optional | Description |
---|---|---|---|
options | ImageURLOptions | Yes | Options for the image URL |
Name | Type | Optional | Description |
---|---|---|---|
...props | Record<string, boolean | string>[] | No | None |
When concatenated with a string, this automatically returns the guild's name instead of the Guild object.
Inherited from BaseGuild