From 84c04333c002efb0021f3d3b8394fbeb6d42dd40 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 29 Jul 2017 21:07:55 +0000 Subject: [PATCH] =?UTF-8?q?Add=20=E2=9D=AF=20to=20Horoscope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/random/horoscope.js | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/random/horoscope.js b/commands/random/horoscope.js index 58d5d080..c7348ce0 100644 --- a/commands/random/horoscope.js +++ b/commands/random/horoscope.js @@ -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); } diff --git a/package.json b/package.json index 0aaaf7c1..af7db1cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "28.0.0", + "version": "28.0.1", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {