Attempt to upgrade trafficCog to support Red bot 3.5

This commit is contained in:
unknown 2023-06-01 21:49:49 +02:00
parent f823675710
commit ceeca727b4

View File

@ -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))