Skip to content

Guilds

Implementations for the guilds endpoint.

Guilds

Bases: HTTPAwareEndpoint

A class with implementations for the guilds endpoint.

get_guild async

get_guild(guild_id: int) -> GetGuildResponse

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 ravyapi.api.endpoints.guilds.Guilds.get_guild. Located as ravyapi.api.models.guilds.GetGuildResponse.