From 8bd28f045a51855699c1595a1f386dd093721a23 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 12 Jun 2022 14:50:13 +0200 Subject: [PATCH] Remove subtraction on reminderTime --- commands/misc/timer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc/timer.js b/commands/misc/timer.js index c3ff9e3..fb72ae9 100644 --- a/commands/misc/timer.js +++ b/commands/misc/timer.js @@ -25,6 +25,6 @@ module.exports = { } client.timers.push(newTimer); fs.writeFileSync('data/timers.json', JSON.stringify(client.timers, null, 4)) - message.channel.send(`I will remind you `); + message.channel.send(`I will remind you `); } }; \ No newline at end of file