mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 11:41:51 -05:00
Fixing ab:attack
This commit is contained in:
parent
37808b2a5b
commit
6738f950a0
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue