mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Add URLs to all author embed fields
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = class SteamCommand extends Command {
|
||||
}
|
||||
const embed = new MessageEmbed()
|
||||
.setColor(0x101D2F)
|
||||
.setAuthor('Steam', 'https://i.imgur.com/xxr2UBZ.png')
|
||||
.setAuthor('Steam', 'https://i.imgur.com/xxr2UBZ.png', 'http://store.steampowered.com/')
|
||||
.setTitle(data.name)
|
||||
.setURL(`http://store.steampowered.com/app/${data.steam_appid}`)
|
||||
.setThumbnail(tiny_image)
|
||||
|
||||
Reference in New Issue
Block a user