コード例 #1
0
ファイル: twitchlive.py プロジェクト: skylarr1227/SepRedCogs
 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
ファイル: sepgg.py プロジェクト: skylarr1227/SepRedCogs
 def _register_config_entities(self, config: Config):
     config.register_global(shortlink_queue="")
コード例 #4
0
ファイル: awsconfig.py プロジェクト: skylarr1227/SepRedCogs
 def _register_config_entities(self, config: Config):
     config.register_global(aws_config={})