Example #1
0
 def _register_config_entities(self, config: Config) -> None:
     """
     Register the config entities need for Live Role
     Needed:
       - Guild: "Config" -> Dict
     :param config: Liverole configuration for the guild.
     :return: None
     """
     config.register_guild(config={})
Example #2
0
 def _register_config_entities(self, config: Config):
     config.register_global(twitch_config={})
     config.register_guild(announcements={})
     config.register_guild(already_announced=[])
Example #3
0
 def _register_config_entities(self, config: Config):
     # register configuration for guilds in Soapbox
     config.register_guild(config={})
     config.register_guild(auth={})
Example #4
0
 def _register_config_entities(self, config: Config):
     config.register_guild(config={})
Example #5
0
 def _register_config_entities(self, config: Config):
     config.register_channel(activated={})
     config.register_guild(queues={})
 def _register_config_entities(self, config: Config):
     config.register_global(photo_library_creds={})
     config.register_guild(watching_channels={})
Example #7
0
 def _register_config_entities(self, config: Config):
     config.register_guild(google_auth={})
     config.register_guild(google_maps={})
Example #8
0
 def _register_config_entities(self, config: Config):
     config.register_guild(streaming_role=None)