From 664598681f197129b4bde438a8ccb91d8f05a5ba Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Thu, 9 Jun 2022 23:26:34 +0200 Subject: [PATCH] Round formatted number --- 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 c27ee03..5e0591d 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