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 -1
View File
@@ -45,7 +45,7 @@ module.exports = class ITunesCommand extends Command {
const data = body.results[0];
const embed = new MessageEmbed()
.setColor(0xFEFEFE)
.setAuthor('iTunes', 'https://i.imgur.com/PR29ow0.jpg')
.setAuthor('iTunes', 'https://i.imgur.com/PR29ow0.jpg', 'https://www.apple.com/itunes/')
.setURL(data.trackViewUrl)
.setThumbnail(data.artworkUrl100)
.setTitle(data.trackName)