GalaxyCogs/shortmute/__init__.py
SeaswimmerTheFsh 5621e6c737 Shortmute introduced
very early in development, not production ready whatsoever yet
2023-03-17 02:12:53 -04:00

5 lines
No EOL
82 B
Python

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