From e953bcc896ce4aa543b2358071f903fa45738516 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 1 Jun 2023 21:52:23 +0200 Subject: [PATCH] Second attempt at upgrading trafficcog to 3.5 --- trafficCog/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trafficCog/__init__.py b/trafficCog/__init__.py index 591062c..55dbf36 100644 --- a/trafficCog/__init__.py +++ b/trafficCog/__init__.py @@ -2,4 +2,4 @@ from redbot.core.bot import Red async def setup(bot: Red): - bot.add_cog(TrafficCog(bot)) \ No newline at end of file + await bot.add_cog(TrafficCog(bot)) \ No newline at end of file