Abstract
Bundles common attributes and methods between Guild and InviteGuild
Extends
BaseGuildConstructs a new instance of the
AnonymousGuild
className | Type | Optional | Description |
---|---|---|---|
client | Client<true> | No | None |
data | RawAnonymousGuildData | No | None |
immediatePatch | boolean | Yes | None |
The 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 |
When concatenated with a string, this automatically returns the guild's name instead of the Guild object.
Inherited from BaseGuild