From 702068f4b8f1c7e40ef8302259ca9432eaca5a9d Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 12 Mar 2023 17:25:30 +0100 Subject: [PATCH] Re-added the self-config init, my paranoia got to me --- recruitmentCog/recruitment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recruitmentCog/recruitment.py b/recruitmentCog/recruitment.py index fe4cfae..c7bd41b 100644 --- a/recruitmentCog/recruitment.py +++ b/recruitmentCog/recruitment.py @@ -46,6 +46,7 @@ class Recruitment(commands.Cog): self.antispam = {} self.user_cache = [] self.tunnel_store = {} + self.config = Config.get_conf(self, 42631423034200142, force_registration=True) # (guild, ticket#): # {'tun': Tunnel, 'msgs': List[int]}