This commit is contained in:
Dragon Fire
2020-11-13 16:57:30 -05:00
parent 77f8828da2
commit 53bb61a950
+1 -1
View File
@@ -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}.`);
}
};