Alchemy.Client.get_current_guilds
You're seeing just the function
get_current_guilds
, go back to Alchemy.Client module for more information.
Link to this function
get_current_guilds()
Specs
get_current_guilds() :: {:ok, [Alchemy.User.user_guild()]} | {:error, term()}
Gets a list of guilds the client is currently a part of.
Examples
{:ok, guilds} = Client.current_guilds