Make it leave blacklisted guild

This commit is contained in:
Supositware 2019-01-21 22:13:11 +01:00
parent 08b9f730a3
commit 4bb11693e8

View file

@ -27,7 +27,7 @@ class CommandBlockedListener extends Listener {
message.reply('You can\'t use this command because you have been blacklisted!');
break;
case 'serverblacklist':
message.reply('You can\'t use this command because the server have been blacklisted!');
message.guild.leave();
break;
}
}