Alchemy.Client.get_guild

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

get_guild(guild_id)

Specs

get_guild(snowflake()) :: {:ok, Alchemy.Guild.t()} | {:error, term()}

Gets info about a certain guild.

The info returned here doesn't contain as much info as contained in the cache. For guilds the user is a part of, the cache should be preferred over this method.

Client.get_guild(id)