DiscordLiz 1cb43b11a1 Some old work and some new (#3362)
* Some old work, some new

* c:style

* remove wrong version
2020-01-14 22:17:54 -05:00

6 lines
71 B
Python

from .mutes import Mutes
def setup(bot):
bot.add_cog(Mutes(bot))