mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +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);
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "28.0.0",
|
||||
"version": "28.0.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Shard.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user