Use discord formatting on acknowledgment of timer
This commit is contained in:
parent
412b39797b
commit
f3e3fd9dbc
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ module.exports = {
|
|||
setTimeout(function(){
|
||||
message.channel.send(`<@${message.author.id}>, ${sendText}`);
|
||||
}, time);
|
||||
message.channel.send(`I will remind you in ${time / 60000} minutes`);
|
||||
message.channel.send(`I will remind you in <t:${Math.floor(new Date() / 1000) + (time / 1000)}:R>`);
|
||||
}
|
||||
};
|
Loading…
Add table
Reference in a new issue