This commit is contained in:
Daniel Odendahl Jr
2017-05-16 12:59:37 +00:00
parent 316adf8318
commit 243633baa3
+1 -1
View File
@@ -36,7 +36,7 @@ module.exports = class HoroscopeCommand extends Command {
.get(`http://sandipbgt.com/theastrologer/api/horoscope/${sign}/today`);
const body = JSON.parse(text);
const embed = new RichEmbed()
.setColor()
.setColor(0x9797FF)
.setTitle(`Horoscope for ${body.sunsign}...`)
.setTimestamp()
.setDescription(body.horoscope)