6 lines
86 B
Python
6 lines
86 B
Python
|
from .forums import Forums
|
||
|
|
||
|
|
||
|
async def setup(bot):
|
||
|
await bot.add_cog(Forums(bot))
|