Remove subtraction on reminderTime
This commit is contained in:
parent
a34f08a1a2
commit
8bd28f045a
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:${Math.round(reminderTime - 10)}:R>`);
|
||||
message.channel.send(`I will remind you <t:${reminderTime}:R>`);
|
||||
}
|
||||
};
|
Loading…
Add table
Reference in a new issue