GalaxyCogs/forums/__init__.py

6 lines
86 B
Python
Raw Normal View History

from .forums import Forums
async def setup(bot):
await bot.add_cog(Forums(bot))