Round formatted number
This commit is contained in:
parent
513f62a1cf
commit
664598681f
1 changed files with 1 additions and 1 deletions
|
@ -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:${reminderTime - 10}:R>`);
|
||||
message.channel.send(`I will remind you <t:${Math.round(reminderTime - 10)}:R>`);
|
||||
}
|
||||
};
|
Loading…
Add table
Reference in a new issue