mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -30,6 +30,6 @@ module.exports = class TimerCommand extends Command {
|
||||
this.timers.delete(msg.channel.id);
|
||||
}, timeMs);
|
||||
this.timers.set(msg.channel.id, timeout);
|
||||
return msg.say(`🕰️ Okay, I will remind you **"${time.eventTitle}" ${display}**.`);
|
||||
return msg.say(`🕰️ Okay, I will remind you **"${time.eventTitle}"** ${display}.`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user