diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-26 19:13:04 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-26 19:13:04 -0400 |
| commit | 452c4cfb58538f0a064178d74aa3085fa7efeb33 (patch) | |
| tree | 572549e512f480a1c9310ad2794b2f71f6ced838 | |
| parent | c32b130395de0fdd3b0b569b56d516158f3cf7f4 (diff) | |
| download | AleeBot-452c4cfb58538f0a064178d74aa3085fa7efeb33.tar.gz AleeBot-452c4cfb58538f0a064178d74aa3085fa7efeb33.tar.bz2 AleeBot-452c4cfb58538f0a064178d74aa3085fa7efeb33.zip | |
Removing the pong command and updating desc
| -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' + |
