re-adding more I shouldn't have deleted

This commit is contained in:
unknown 2023-03-12 17:29:05 +01:00
parent 702068f4b8
commit 9563b1fe5c

View File

@ -43,10 +43,12 @@ class Recruitment(commands.Cog):
def __init__(self, bot: Red): def __init__(self, bot: Red):
super().__init__() super().__init__()
self.bot = bot self.bot = bot
self.config = Config.get_conf(self, 42631423034200142, force_registration=True)
self.config.register_guild(**self.default_guild_settings)
self.antispam = {} self.antispam = {}
self.user_cache = [] self.user_cache = []
self.tunnel_store = {} self.tunnel_store = {}
self.config = Config.get_conf(self, 42631423034200142, force_registration=True)
# (guild, ticket#): # (guild, ticket#):
# {'tun': Tunnel, 'msgs': List[int]} # {'tun': Tunnel, 'msgs': List[int]}