Guilds
Implementations for the guilds
endpoint.
Guilds ¶
Bases: HTTPAwareEndpoint
A class with implementations for the guilds
endpoint.
get_guild
async
¶
Get extensive guild information.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
guild_id
|
int
|
Guild ID of the guild to look up. |
required |
Raises:
Type | Description |
---|---|
TypeError
|
If any parameters are of invalid types. |
Returns:
Type | Description |
---|---|
GetGuildResponse
|
A model response from |