diff --git a/commands/misc/timer.js b/commands/misc/timer.js index 439dc6a..89c7a5c 100644 --- a/commands/misc/timer.js +++ b/commands/misc/timer.js @@ -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))))