Add ❯ to Horoscope

This commit is contained in:
Daniel Odendahl Jr
2017-07-29 21:07:55 +00:00
parent 4c1c8ff1c7
commit 84c04333c0
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -37,11 +37,11 @@ module.exports = class HoroscopeCommand extends Command {
.setTitle(`Horoscope for ${body.sunsign}...`)
.setTimestamp()
.setDescription(body.horoscope)
.addField('Mood',
.addField(' Mood',
body.meta.mood, true)
.addField('Intensity',
.addField(' Intensity',
body.meta.intensity, true)
.addField('Date',
.addField(' Date',
body.date, true);
return msg.embed(embed);
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "28.0.0",
"version": "28.0.1",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {