summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-26 19:13:04 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-26 19:13:04 -0400
commit452c4cfb58538f0a064178d74aa3085fa7efeb33 (patch)
tree572549e512f480a1c9310ad2794b2f71f6ced838
parentc32b130395de0fdd3b0b569b56d516158f3cf7f4 (diff)
downloadAleeBot-452c4cfb58538f0a064178d74aa3085fa7efeb33.tar.gz
AleeBot-452c4cfb58538f0a064178d74aa3085fa7efeb33.tar.bz2
AleeBot-452c4cfb58538f0a064178d74aa3085fa7efeb33.zip
Removing the pong command and updating desc
-rw-r--r--aleebot.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/aleebot.js b/aleebot.js
index 4ce2030..68b39ac 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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' +