diff --git a/commands/random/horoscope.js b/commands/random/horoscope.js index a13b5120..d91bbcc0 100644 --- a/commands/random/horoscope.js +++ b/commands/random/horoscope.js @@ -45,7 +45,7 @@ module.exports = class HoroscopeCommand extends Command { .addField('Intensity', body.meta.intensity, true) .addField('Date', - body.date); + body.date, true); return msg.embed(embed); } catch (err) { return msg.say('An Error Occurred.');