GuildManager
Hierarchy
- BaseManager
- GuildManager
Index
Constructors
Methods
Constructors
publicconstructor
Parameters
client: Client
Returns GuildManager
Methods
publicfetch
Fetch a guild by the guild id, or its name, or a player's guild by providing their uuid
Parameters
identifier: string
The id/name of the guild or the uuid of the player
type: id | name | player
The type of identifier you're passing (id/name of guild, player uuid)
Returns Promise<null | Guild>
Guild related endpoints