added break in switch

This commit is contained in:
2020-12-13 11:27:47 +01:00
parent f9b60c8314
commit 9903c84068

View File

@@ -51,6 +51,7 @@ module.exports = {
}
case 'twojamama':{
msg.channel.send('mama twoja');
break;
}
case 'everyone':{
msg.channel.send(`@everyone`);