mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Add URLs to all author embed fields
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = class KickstarterCommand extends Command {
|
||||
.setColor(0x14E06E)
|
||||
.setTitle(data.name)
|
||||
.setURL(data.urls.web.project)
|
||||
.setAuthor('Kickstarter', 'https://i.imgur.com/EHDlH5t.png')
|
||||
.setAuthor('Kickstarter', 'https://i.imgur.com/EHDlH5t.png', 'https://www.kickstarter.com/')
|
||||
.setDescription(shorten(data.blurb))
|
||||
.setThumbnail(data.photo ? data.photo.full : null)
|
||||
.addField('❯ Goal',
|
||||
|
||||
Reference in New Issue
Block a user