From c119f35bcc71c4f491bfa14b85305776fbc034fd Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 28 Jul 2017 21:21:20 -0400 Subject: A secret command & more info about ab:help --- aleebot.js | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/aleebot.js b/aleebot.js index 636804d..16e7cba 100644 --- a/aleebot.js +++ b/aleebot.js @@ -137,11 +137,11 @@ client.on("message", function(message){ if(message.content === prefix + 'help'){ message.channel.send ('```Commands for AleeBot!\n\n' + - 'ab:profile\n' + - 'ab:git\n' + - 'ab:ping\n' + - 'ab:owner\n' + - 'ab:suggest\n\n' + + 'ab:profile Shows your profile pic in a image\n' + + 'ab:git Shows the repo of AleeBot\n' + + "ab:ping Type this command and you'll see ;)\n" + + 'ab:owner Shows who made this bot\n' + + 'ab:suggest You suggest things (working progress)\n\n' + "The version that AleeBot's running is " + ver + "!\n" + 'Coming soon this command is going to have a rewrite!!!```'); } @@ -166,7 +166,12 @@ client.on("message", function(message){ if(message.content === prefix + 'suggest'){ message.reply('Sorry this feature is still being worked on :('); } - + + if(message.content === prefix + 'testembed') + message.channel.send({embed: { + color: 3447003, + description: "A very simple Embed!" +}}); }); -- cgit v1.2.3