From 452c4cfb58538f0a064178d74aa3085fa7efeb33 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Wed, 26 Jul 2017 19:13:04 -0400 Subject: Removing the pong command and updating desc --- aleebot.js | 8 ++------ 1 file 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' + -- cgit v1.2.3