public BotChatActivitySettingsManager(MainWindow main) { this.main = main; this.jsonFileHandler = new JsonFileHandler(); this.bot = main.bot; this.moderators = jsonFileHandler.loadModerators(); this.commands = jsonFileHandler.loadCommands(); }