$author
Sets an embed's author.
Usage
$author[index;text;icon;url]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "author",
code: `$author[1;Author Text;$authorAvatar;https://google.com]
$description[1;⬆️ That is the author.]`
})
Last updated
Was this helpful?