Fox-V3/reactrestrict/__init__.py
2017-11-14 14:10:41 -05:00

6 lines
95 B
Python

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