diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-28 21:21:20 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-28 21:21:20 -0400 |
| commit | c119f35bcc71c4f491bfa14b85305776fbc034fd (patch) | |
| tree | 270e219e84e7b27e31e4447e46310ee77bc560fa | |
| parent | d1a303babe50b8f258175840b4665cfb1af9ed10 (diff) | |
| download | AleeBot-c119f35bcc71c4f491bfa14b85305776fbc034fd.tar.gz AleeBot-c119f35bcc71c4f491bfa14b85305776fbc034fd.tar.bz2 AleeBot-c119f35bcc71c4f491bfa14b85305776fbc034fd.zip | |
A secret command & more info about ab:help
| -rw-r--r-- | aleebot.js | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -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!" +}}); }); |
