Fixing ab:attack

This commit is contained in:
Andrew Lee 2017-08-13 23:08:55 -04:00
parent 37808b2a5b
commit 6738f950a0

View file

@ -231,9 +231,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);