Show custom message when showing timer
This commit is contained in:
parent
5c2314936f
commit
7fef3eefce
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module.exports = async function (authorID, timerID) {
|
|||
if(timer === undefined){
|
||||
sendText = "Timer not found";
|
||||
}else{
|
||||
sendText = `${timer.ID} will remind you <t:${timer.reminderTime.toFixed(0)}:R> (<t:${timer.reminderTime.toFixed(0)}:f>)`;
|
||||
sendText = `${timer.ID} will remind you <t:${timer.reminderTime.toFixed(0)}:R> (<t:${timer.reminderTime.toFixed(0)}:f>), with the message being:\n${timer.customMessage}`;
|
||||
}
|
||||
resolve();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue