Make it leave blacklisted guild
This commit is contained in:
parent
08b9f730a3
commit
4bb11693e8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class CommandBlockedListener extends Listener {
|
||||||
message.reply('You can\'t use this command because you have been blacklisted!');
|
message.reply('You can\'t use this command because you have been blacklisted!');
|
||||||
break;
|
break;
|
||||||
case 'serverblacklist':
|
case 'serverblacklist':
|
||||||
message.reply('You can\'t use this command because the server have been blacklisted!');
|
message.guild.leave();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue