GalaxyCogs/forums/__init__.py
SeaswimmerTheFsh 2eb4b738be
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
feat(forums): introduced the forums cog
2023-09-01 19:37:50 -04:00

5 lines
86 B
Python

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