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