From 936b7c2a4f2913222552190064542f940993e137 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 31 Jul 2017 00:39:23 -0400 Subject: Last commit for the night --- aleebot.js | 8 ++++++-- 1 file 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'); } }); -- cgit v1.2.3