getGuild

suspend fun getGuild(id: Snowflake, strategy: EntitySupplyStrategy<*> = resources.defaultStrategy): Guild(source)

Requests the Guild with the given id.

Throws

if something went wrong while retrieving the guild.

if the guild is null.