Send date/time to when the timer is up

This commit is contained in:
SileNce5k 2022-09-04 12:42:39 +02:00
parent 4ab84dd6d4
commit 6f7ec05dd0
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -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>`);
message.channel.send(`I will remind you <t:${reminderTime}:R> (<t:${reminderTime}:f>)`);
}
};