Add missing break to switch statement
This commit is contained in:
parent
d41b28ec91
commit
3dd47c1294
1 changed files with 1 additions and 0 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue