Example #1
0
 def _register_config_entities(self, config: Config):
     config.register_user(config={})
     config.register_user(reminders=[])
     config.register_channel(reminders=[])
Example #2
0
 def _register_config_entities(self, config: Config):
     config.register_channel(activated={})
     config.register_guild(queues={})