Second attempt at upgrading trafficcog to 3.5

This commit is contained in:
unknown 2023-06-01 21:52:23 +02:00
parent ceeca727b4
commit e953bcc896

View File

@ -2,4 +2,4 @@ from .trafficCog import TrafficCog
from redbot.core.bot import Red from redbot.core.bot import Red
async def setup(bot: Red): async def setup(bot: Red):
bot.add_cog(TrafficCog(bot)) await bot.add_cog(TrafficCog(bot))