aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aleebot.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/aleebot.js b/aleebot.js
index 4d1aca6..5d4ee78 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -333,9 +333,9 @@ commandProcessed = true;
if(command === 'plan'){
var embed = new Discord.RichEmbed()
.setTitle('Plans for future versions')
- .addField('1. Ai\n' +
- '2. Playing music\n' +
- '3. More fun stuff :)')
+ .addField('1. Ai')
+ ('2. Playing Music')
+ ('3. More fun stuff :)' ,true)
message.channel.sendEmbed(embed);
}
/* else