aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-31 00:39:23 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-31 00:39:23 -0400
commit936b7c2a4f2913222552190064542f940993e137 (patch)
tree7e90f7ad1b4ef0120f8ea1ec69e0adeb01f257e8
parent869f6d666ee6e30ec6f9f1cf66085f027e18fc35 (diff)
downloadAleeBot-936b7c2a4f2913222552190064542f940993e137.tar.gz
AleeBot-936b7c2a4f2913222552190064542f940993e137.tar.bz2
AleeBot-936b7c2a4f2913222552190064542f940993e137.zip
Last commit for the night
-rw-r--r--aleebot.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index 6390de0..0bfc7a9 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -206,12 +206,16 @@ client.on("message", function(message){
if (command === 'botinvite'){
message.reply(':arrow_left: Look at your DMs.');
- message.author.sendMessage("AleeBot on your server? Great! Here's the link: https://goo.gl/KDQyrp")
+ message.author.sendMessage("AleeBot on your server? Great! Here's the link: https://goo.gl/KDQyrp");
}
if (command === 'serverinvite'){
message.reply(':arrow_left: Look at your DMs.');
- message.author.sendMessage("You want a invite to the AleeArmy server? Here's the link: https://discord.gg/JqgXrAJ")
+ message.author.sendMessage("You want a invite to the AleeArmy server? Here's the link: https://discord.gg/JqgXrAJ");
+ }
+
+ if(command === 'rm'){
+ message.reply('Coming soon');
}
});