diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-01 15:32:56 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-01 15:32:56 -0400 |
| commit | 6c38d0018ddbda5331c24ebdaab76a4e55233d95 (patch) | |
| tree | 3abb7016547391c1be065dddec23cce3a0c5ef86 | |
| parent | a691fa27c52bfffd1d1429339fa0b1dd9236b34d (diff) | |
| download | AleeBot-6c38d0018ddbda5331c24ebdaab76a4e55233d95.tar.gz AleeBot-6c38d0018ddbda5331c24ebdaab76a4e55233d95.tar.bz2 AleeBot-6c38d0018ddbda5331c24ebdaab76a4e55233d95.zip | |
Updates
| -rw-r--r-- | aleebot.js | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -139,24 +139,24 @@ client.on("message", function(message){ } if (command === 'botinvite'){ - message.reply(':arrow_left: Look at your DMs.'); + message.reply(':arrow_left: Continue in DMs.'); 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.reply(':arrow_left: Continue in DMs.'); message.author.sendMessage("You want a invite to the AleeArmy server? Here's the link: https://discord.gg/JqgXrAJ"); } if(command === 'mod'){ - if(!message.member.roles.some(r=>["Admin", "Moderator","Co-Owner"].includes(r.name)) ) - return message.reply("Hey! Your not a Co-Owner/Admin/Moderator"); + if(!message.member.roles.some(r=>["Admin", "Moderator","Co-Owner", "AleeBot Creator"].includes(r.name)) ) + return message.reply("Hey! Your not a Co-Owner or Admin or Moderator!"); message.reply("This is working progress if you want to help do **"+prefix+"git** then go to the site and start a pull request") message.channel.send ('```Commands for Staff!\n\n' + - 'ab:kick Kicks people\n' + - 'ab:ban Bans People\n' + - "ab:rm Removes the message with a amount\n" + + ''+prefix+'kick Kicks people\n' + + ''+prefix'ban Bans People\n' + + ""+prefiix+"rm Removes the message with a amount\n" + 'Please note that we are still working on this feature!```'); } |
