parent
6f7ec05dd0
commit
94b9aaf216
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}:R> (<t:${reminderTime}:f>)`);
|
||||
message.channel.send(`I will remind you <t:${reminderTime.toFixed(0)}:R> (<t:${reminderTime.toFixed(0)}:f>)`);
|
||||
}
|
||||
};
|
Loading…
Add table
Reference in a new issue