diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-31 00:39:23 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-31 00:39:23 -0400 |
| commit | 936b7c2a4f2913222552190064542f940993e137 (patch) | |
| tree | 7e90f7ad1b4ef0120f8ea1ec69e0adeb01f257e8 | |
| parent | 869f6d666ee6e30ec6f9f1cf66085f027e18fc35 (diff) | |
| download | AleeBot-936b7c2a4f2913222552190064542f940993e137.tar.gz AleeBot-936b7c2a4f2913222552190064542f940993e137.tar.bz2 AleeBot-936b7c2a4f2913222552190064542f940993e137.zip | |
Last commit for the night
| -rw-r--r-- | aleebot.js | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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'); } }); |
