from .TrafficTracker import TrafficTracker from redbot.core.bot import Red def setup(bot: Red): bot.add_cog(TrafficTracker(bot))