I was joking, now we have fully implemented timeframes

This commit is contained in:
Davide Fantino 2022-09-18 01:21:29 +02:00
parent 30a34f683e
commit 4969ba8325

View File

@ -181,6 +181,7 @@ export default class MapVote extends DiscordBasePlugin {
let logTimeframe = "Active Time Frames: ";
let activeTfIds = [];
this.options = this.or_options;
for (let atfK in activeTimeframes) {
const atf = activeTimeframes[ atfK ];
activeTfIds.push(atf.name || atf.id);