From 6f7ec05dd06e38c35738fc27614000c4602e168d Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 4 Sep 2022 12:42:39 +0200 Subject: [PATCH] Send date/time to when the timer is up --- 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 fb72ae9..441ff70 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