From 33b930f08a063f8becc4d18692c319a7607a7a10 Mon Sep 17 00:00:00 2001 From: rhearmas <34490428+qu-ota@users.noreply.github.com> Date: Fri, 13 Dec 2019 09:24:52 -0500 Subject: [PATCH] fixing some of the syntax --- commands/Utility/avatar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/Utility/avatar.js b/commands/Utility/avatar.js index f811ab6..005e728 100644 --- a/commands/Utility/avatar.js +++ b/commands/Utility/avatar.js @@ -38,7 +38,8 @@ exports.run = async (client, message, args, level) => { await message.channel.send({embed: new Discord.RichEmbed() .setTitle(`${user.username}'s Avatar`) .setImage({image: user.avatarURL}) - .setFooter(`[Download](${user.avatarURL}),https://telegram-stickers.github.io/public/stickers/windows-10/33.png) + .setFooter(`[Download](${user.avatarURL})`,"https://telegram-stickers.github.io/public/stickers/windows-10/33.png") + }); }; exports.conf = {