Re-added the self-config init, my paranoia got to me

This commit is contained in:
unknown 2023-03-12 17:25:30 +01:00
parent 8835832283
commit 702068f4b8

View File

@ -46,6 +46,7 @@ class Recruitment(commands.Cog):
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]}