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