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