mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Add URLs to all author embed fields
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user