6 lines
98 B
Python
6 lines
98 B
Python
|
from .moderation import Moderation
|
||
|
|
||
|
|
||
|
async def setup(bot):
|
||
|
await bot.add_cog(Moderation(bot))
|