From fd9237cf470ad557681328afe71f516097bb3702 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Thu, 9 Jun 2022 23:04:03 +0200 Subject: [PATCH] Add proper formatting on timers --- commands/misc/timers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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