Add copyright to horoscope

This commit is contained in:
Daniel Odendahl Jr
2018-05-02 17:14:57 +00:00
parent 8735c18027
commit f507ede66a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "75.0.3",
"version": "75.0.4",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {