4 lines
112 B
Python
4 lines
112 B
Python
from .modrinthtracker import ModrinthTracker
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(ModrinthTracker(bot))
|