fixing some of the syntax

This commit is contained in:
rhearmas 2019-12-13 09:24:52 -05:00
parent 75d0dc0820
commit 33b930f08a
1 changed files with 2 additions and 1 deletions

View File

@ -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 = {