discord_bot/util/timer/sendTimerReminder.js

3 lines
No EOL
193 B
JavaScript

module.exports = function (client, timer) {
client.channels.cache.get(timer.channel).send(`<@${timer.user}>, your timer (ID: ${timer.ID}) is up!\nCustom message:\n"${timer.customMessage}"`);
}