From f3e3fd9dbc7c56bfa3c95a8fe2575041e42ad949 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 15 May 2022 01:14:29 +0200 Subject: [PATCH] Use discord formatting on acknowledgment of timer --- 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 ce65f3a..59e03f7 100644 --- a/commands/misc/timer.js +++ b/commands/misc/timer.js @@ -10,6 +10,6 @@ module.exports = { setTimeout(function(){ message.channel.send(`<@${message.author.id}>, ${sendText}`); }, time); - message.channel.send(`I will remind you in ${time / 60000} minutes`); + message.channel.send(`I will remind you in `); } }; \ No newline at end of file