Add missing break to switch statement

This commit is contained in:
SileNce5k 2023-06-01 12:28:11 +02:00
parent d41b28ec91
commit 3dd47c1294
No known key found for this signature in database
GPG key ID: 961132EB78C8915F

View file

@ -30,6 +30,7 @@ module.exports = {
break;
case "show":
sendText = await showTimer(message.author.id, args[1]);
break;
default:
sendText = "not sure what you mean"
if(!isNaN(parseTime(args[0], Math.floor(new Date() / 1000))))