Skip to content

Commit

Permalink
Attempt to upgrade trafficCog to support Red bot 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drhat committed Jun 1, 2023
1 parent f823675 commit ceeca72
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
@@ -1,5 +1,5 @@
from .trafficCog import TrafficCog
from redbot.core.bot import Red

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

0 comments on commit ceeca72

Please sign in to comment.