aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-11 19:18:32 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-11 19:18:32 -0400
commit4efa26bd5ac3dceba9b3fcb9a3edc280d8ad3de9 (patch)
tree4d7b4ea2b436786b173574a5d5b58c0280227e2b /aleebot.js
parent39353db32386bdcedc76fd8fd2c598308f141116 (diff)
downloadAleeBot-4efa26bd5ac3dceba9b3fcb9a3edc280d8ad3de9.tar.gz
AleeBot-4efa26bd5ac3dceba9b3fcb9a3edc280d8ad3de9.tar.bz2
AleeBot-4efa26bd5ac3dceba9b3fcb9a3edc280d8ad3de9.zip
Disabling public features
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/aleebot.js b/aleebot.js
index d0def2c..20253c9 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -93,8 +93,8 @@ client.on("message", function(message){
'**'+prefix+'owner** Shows who made this bot.\n' +
'**'+prefix+'suggest** You suggest things (working progress).\n' +
'**'+prefix+'uptime** It tells you how long AleeBot has been on for.\n' +
- '**'+prefix+'userinfo** Tells you your info about you.\n' +
- '**'+prefix+'botinvite** Lets you bring AleeBot to your server.\n' +
+ // '**'+prefix+'userinfo** Tells you your info about you.\n' +
+ // '**'+prefix+'botinvite** Lets you bring AleeBot to your server.\n' +
'**'+prefix+'serverinvite** Invites you to the AleeArmy Server.\n' +
'**'+prefix+'mod** (For staff only) Displays the commands for moderation.\n', true)
.setFooter("AleeBot Copyright "+ year +". The version that AleeBot's running is " + abversion + "!")
@@ -181,7 +181,7 @@ commandProcessed = true;
message.channel.sendEmbed(embed);
}
- if (command === 'botinvite'){
+/* if (command === 'botinvite'){
message.reply(':arrow_left: Continue in DMs.');
message.author.sendMessage("AleeBot on your server? Great! Here's the link: https://goo.gl/KDQyrp");
}
@@ -190,7 +190,7 @@ commandProcessed = true;
message.reply(':arrow_left: Continue in DMs.');
message.author.sendMessage("You want a invite to the AleeArmy server? Here's the link: https://discord.gg/JqgXrAJ");
- }
+ } */
if(command === 'mod'){
message.reply("This is working progress if you want to help do **"+prefix+"git** then go to the site and start a pull request")