mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-08 12:18:54 -05:00
6 lines
71 B
Python
6 lines
71 B
Python
from .mutes import Mutes
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Mutes(bot))
|