This commit is contained in:
Daniel Odendahl Jr
2017-05-16 12:54:34 +00:00
parent 4fe49fe24a
commit 316adf8318
+1 -1
View File
@@ -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.');