diff options
| -rw-r--r-- | aleebot.js | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,7 +1,7 @@ /**************************************** * - * AleeBot and AleeMod for AleeArmy Community - * Copyright (C) 2017 Alee14 + * AleeBot for AleeArmy Community and other servers + * Copyright (C) 2017 AleeCorp * * This script is made by Alee14 and other people. * Some stuff was made by Victor Tran (vicr123), swawesome95 (no longer a dev), and Rain. @@ -147,10 +147,6 @@ client.on("message", function(message){ message.reply('Pong! :ping_pong:'); } - if(message.content === prefix + 'pong'){ //Future reference, I don't recommend using a pong command, as they are very useless. - message.reply('Ping! :ping_pong:'); - } - if(message.content === prefix + 'help'){ message.channel.send ('```Commands for AleeBot!\n\n' + 'ab:profile\n' + |
