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