GalaxyCogs/shortmute/__init__.py

5 lines
95 B
Python

from .shortmute import Shortmute
async def setup(bot):
await bot.add_cog(Shortmute(bot))