Improve the timer reminder message
This commit is contained in:
parent
6ca291136f
commit
bdc08b3153
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
module.exports = function (client, timer) {
|
module.exports = function (client, timer) {
|
||||||
client.channels.cache.get(timer.channel).send(`<@${timer.user}>, ${timer.customMessage}`);
|
client.channels.cache.get(timer.channel).send(`<@${timer.user}>, your timer (ID: ${timer.ID}) is up!\nCustom message:\n"${timer.customMessage}"`);
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue