SeaswimmerTheFsh
2eb4b738be
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
5 lines
86 B
Python
5 lines
86 B
Python
from .forums import Forums
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Forums(bot))
|