Alchemy.Client.leave_guild

You're seeing just the function leave_guild, go back to Alchemy.Client module for more information.
Link to this function

leave_guild(guild_id)

Specs

leave_guild(snowflake()) :: {:ok, nil} | {:error, term()}

Makes the client leave a guild.

Examples

Client.leave_guild(guild_id)