From 2015344caf86c4c22a09aa7de0687c4718185f89 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 11 Sep 2022 21:35:47 +0200 Subject: [PATCH] Fix formatting on initial timer reply Fixes #27 --- 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 716c11b..35ee1bb 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