Brandon209-Red-bot-Cogs/disable/__init__.py

6 lines
77 B
Python

from .disable import Disable
def setup(bot):
bot.add_cog(Disable(bot))