mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 01:04:16 +02:00
Fix this
This commit is contained in:
@@ -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.');
|
||||
|
||||
Reference in New Issue
Block a user