GuildVanity
GuildVanity ⇐ Base
Section titled “GuildVanity ⇐ Base”Represents a Guild Vanity URL.
Kind: global class
Extends: Base
new GuildVanity([data], guildId, client)
Section titled “new GuildVanity([data], guildId, client)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| [data] | Object | The data object containing the initial values for the instance. |
| guildId | string | The ID of the guild. |
| client | Client | The client instance. |
guildVanity.guild ⇒
Section titled “guildVanity.guild ⇒”Get the guild object associated with this guildId.
Kind: instance property of GuildVanity
Returns: The guild object.