diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-31 16:48:34 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-31 16:48:34 -0400 |
| commit | 22a332089b8c979871ca17c4d58d0d167ae89c18 (patch) | |
| tree | 262fd275c4265e4f0b5c3bdc390a85aa731917ed | |
| parent | 1bca5e00335bef5e2f716369bc39b54a9dbf1a0e (diff) | |
| parent | 936b7c2a4f2913222552190064542f940993e137 (diff) | |
| download | AleeBot-22a332089b8c979871ca17c4d58d0d167ae89c18.tar.gz AleeBot-22a332089b8c979871ca17c4d58d0d167ae89c18.tar.bz2 AleeBot-22a332089b8c979871ca17c4d58d0d167ae89c18.zip | |
Merge remote-tracking branch 'refs/remotes/origin/master'
Conflicts:
aleebot.js
| -rw-r--r-- | aleebot.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -145,6 +145,12 @@ client.on("message", function(message){ 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"); + + } + + if(command === 'rm'){ + message.reply('Coming soon'); + } if(command === 'mod'){ |
