Alchemy.Cogs.say

You're seeing just the macro say, go back to Alchemy.Cogs module for more information.
Link to this macro

say(content, options \\ [])

(macro)

Sends a message to the same channel as the message triggering a command.

This can only be used in a command defined with Cogs.def

This is just a thin macro around Alchemy.Client.send_message/2

Examples

Cogs.def ping, do: Cogs.say("pong!")