diff --git a/fifo/fifo.py b/fifo/fifo.py index 9e0580e..38bef79 100644 --- a/fifo/fifo.py +++ b/fifo/fifo.py @@ -48,7 +48,7 @@ class FIFO(commands.Cog): self.bot = bot self.config = Config.get_conf(self, identifier=70737079, force_registration=True) - default_global = {"jobs_index": {}, "jobs": []} + default_global = {"jobs": []} default_guild = {"tasks": {}} self.config.register_global(**default_global)