Brandon209-Red-bot-Cogs/roletracker/__init__.py
2020-03-08 12:25:04 +01:00

8 lines
142 B
Python

from .trotters import Trotters
async def setup(bot):
trotters = Trotters(bot)
await trotters.initialize()
bot.add_cog(trotters)