Skip to content

Commit

Permalink
Second attempt at upgrading trafficcog to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drhat committed Jun 1, 2023
1 parent ceeca72 commit e953bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trafficCog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from redbot.core.bot import Red

async def setup(bot: Red):
bot.add_cog(TrafficCog(bot))
await bot.add_cog(TrafficCog(bot))

0 comments on commit e953bcc

Please sign in to comment.