getGuilds

suspend fun getGuilds(limit: Int = 100, before: String? = null, after: String? = null): List<PartialGuild>(source)

Get a list of guilds that the current user is in.

Return

A list of partial guilds matching the query.

Parameters

limit

The max number of guilds to return. Defaults to 100.

before

Specifies the query to only return guilds before this one.

after

Specifies the query to only return guilds after this one.

Throws