mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Fix
This commit is contained in:
@@ -30,6 +30,6 @@ module.exports = class TimerCommand extends Command {
|
|||||||
this.timers.delete(msg.channel.id);
|
this.timers.delete(msg.channel.id);
|
||||||
}, timeMs);
|
}, timeMs);
|
||||||
this.timers.set(msg.channel.id, timeout);
|
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