diff --git a/commands/misc/timer.js b/commands/misc/timer.js index 4fdcd8a..c5d169d 100644 --- a/commands/misc/timer.js +++ b/commands/misc/timer.js @@ -9,6 +9,6 @@ module.exports = { let timer = setTimeout(function(){ message.channel.send(`<@${message.author.id}>, ${sendText}`); }, time); - message.channel.send(`I will remind you in ${time / 60000} seconds`); + message.channel.send(`I will remind you in ${time / 60000} minutes`); } }; \ No newline at end of file