5 lines
82 B
Python
5 lines
82 B
Python
|
from .shortmute import Shortmute
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(Shortmute(bot))
|