diff --git a/commands/misc/timer.js b/commands/misc/timer.js index 8f9e0df..746689b 100644 --- a/commands/misc/timer.js +++ b/commands/misc/timer.js @@ -39,7 +39,6 @@ module.exports = { } if(!isNaN(parseTime(args[0], Math.floor(new Date() / 1000)))) sendText = await createTimer(message, args, true); - console.log("sendText: ", sendText) break; } message.channel.send(sendText);