Example #1
0
 def _register_config_entities(self, config: Config):
     config.register_global(twitch_config={})
     config.register_guild(announcements={})
     config.register_guild(already_announced=[])
 def _register_config_entities(self, config: Config):
     config.register_global(photo_library_creds={})
     config.register_guild(watching_channels={})
Example #3
0
 def _register_config_entities(self, config: Config):
     config.register_global(shortlink_queue="")
Example #4
0
 def _register_config_entities(self, config: Config):
     config.register_global(aws_config={})