From 367d4604695753ecea6ebdc4d7f2b5e6cd675d62 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Thu, 27 Jul 2017 16:19:33 -0400 Subject: Moving the ab:help --- aleebot.js | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'aleebot.js') diff --git a/aleebot.js b/aleebot.js index 7213afe..fbbdbba 100644 --- a/aleebot.js +++ b/aleebot.js @@ -135,6 +135,17 @@ client.on("message", function(message){ message.reply("You have been caught swearing."); message.author.send("You have been caught swearing in AleeArmy Community."); } */ + + 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' + + "The version that AleeBot's running is " + ver + "!```"); + } + if(message.content === prefix + 'profile'){ message.reply(message.author.avatarURL); } @@ -147,16 +158,6 @@ client.on("message", function(message){ message.reply('Pong! :ping_pong:'); } - 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' + - "The version that AleeBot's running is " + ver + "!```"); - } - if(message.content === prefix + 'owner'){ message.channel.send ('The person who made this is Alee14#9928!'); } -- cgit v1.2.3