diff options
Diffstat (limited to 'aleebot.js')
| -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'); } }); |
