Add URLs to all author embed fields

This commit is contained in:
Daniel Odendahl Jr
2018-02-26 00:09:56 +00:00
parent c9e0146459
commit 3a68ec1029
32 changed files with 39 additions and 36 deletions
+1 -2
View File
@@ -16,8 +16,7 @@ module.exports = class NitroCommand extends Command {
run(msg) {
const embed = new MessageEmbed()
.setAuthor('Discord Nitro', 'https://i.imgur.com/DKaY8fV.jpg')
.setURL('https://discordapp.com/nitro')
.setAuthor('Discord Nitro', 'https://i.imgur.com/DKaY8fV.jpg', 'https://discordapp.com/nitro')
.setThumbnail('https://i.imgur.com/DKaY8fV.jpg')
.setColor(0x8395D3)
.setTimestamp()