diff --git a/commands/misc/timers.js b/commands/misc/timers.js index dc86480..a3cd5d3 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 += `${timer.reminderDate}\n`; + authorTimers += ``); } }; \ No newline at end of file