getCurrentUserGuilds

open override fun getCurrentUserGuilds(limit: Int?): Flow<Guild>(source)

Requests guilds this bot is known to be part of.

The flow may use paginated requests to supply guilds, limit will limit the maximum number of guilds supplied and may optimize the batch size accordingly. null means no limit.

The returned flow is lazily executed, any RequestException will be thrown on terminal operators instead.

Throws

if a limit< 1 was supplied.