diff --git a/commands/misc/timers.js b/commands/misc/timers.js index a3cd5d3..0cc1329 100644 --- a/commands/misc/timers.js +++ b/commands/misc/timers.js @@ -5,8 +5,8 @@ module.exports = { let authorTimers = ""; client.timers.forEach(timer => { if(timer.user === message.author.id) - authorTimers += `\n`; }); - message.channel.send(`Your timers are:\n${authorTimers}:R>`); + message.channel.send(`Your timers are:\n${authorTimers}`); } }; \ No newline at end of file