Alchemy.Embed.url
You're seeing just the function
url
, go back to Alchemy.Embed module for more information.
Link to this function
url(embed, url)
Specs
Sets the url for an embed.
Examples
Cogs.def embed(url) do
%Embed{}
|> url(url)
|> Embed.send
end