Fox-V3/reactrestrict/__init__.py

6 lines
95 B

7 years ago
from .reactrestrict import ReactRestrict
def setup(bot):
bot.add_cog(ReactRestrict(bot))