Alchemy.Cogs.member
You're seeing just the macro
member
, go back to Alchemy.Cogs module for more information.
Gets the member that triggered a command.
Returns either {:ok, member}
, or {:error, why}
. Will not return
ok if the command wasn't run in a guild.
As opposed to message.author
, this comes with a bit more info about who
triggered the command. This is useful for when you want to use certain information
in a command, such as permissions, for example.