diff --git a/commands/misc/timer.js b/commands/misc/timer.js index c3ff9e3..fb72ae9 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 <t:${Math.round(reminderTime - 10)}:R>`); + message.channel.send(`I will remind you <t:${reminderTime}:R>`); } }; \ No newline at end of file