diff --git a/redbot/cogs/admin/admin.py b/redbot/cogs/admin/admin.py index 271c646d6..2896df2cd 100644 --- a/redbot/cogs/admin/admin.py +++ b/redbot/cogs/admin/admin.py @@ -84,7 +84,7 @@ class Admin(commands.Cog): asyncio.create_task(self.handle_migrations()) # As this is a data migration, don't store this for cancelation. - async def cog_before_invoke(self): + async def cog_before_invoke(self, ctx: commands.Context): await self._ready.wait() async def handle_migrations(self):