diff --git a/mapvote.js b/mapvote.js index 4dfc62d..a9b19bb 100644 --- a/mapvote.js +++ b/mapvote.js @@ -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);