diff options
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -217,9 +217,9 @@ commandProcessed = true; if(command === 'attack'){ //This command was ported from AstralMod - if (command.args.indexOf("@everyone") == -1) { + if (command.indexOf("@everyone") == -1) { - if (command.args.indexOf("@here") == -1) { + if (command.indexOf("@here") == -1) { message.channel.send("<@" + message.author.id + "> :right_facing_fist: " + args); |
