mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Add ❯ to Horoscope
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user