mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Add copyright to horoscope
This commit is contained in:
@@ -32,6 +32,7 @@ module.exports = class HoroscopeCommand extends Command {
|
||||
.setColor(0x9797FF)
|
||||
.setTitle(`Horoscope for ${body.sunsign}...`)
|
||||
.setURL(`https://new.theastrologer.com/${body.sunsign}/`)
|
||||
.setFooter('© Kelli Fox, The Astrologer')
|
||||
.setTimestamp()
|
||||
.setDescription(body.horoscope)
|
||||
.addField('❯ Mood', body.meta.mood, true)
|
||||
|
||||
Reference in New Issue
Block a user