KaniumCogs/trafficCog/__init__.py

5 lines
127 B
Python
Raw Normal View History

from .trafficCog import TrafficCog
from redbot.core.bot import Red
async def setup(bot: Red):
bot.add_cog(TrafficCog(bot))