Fox-V3/nudity/__init__.py

6 lines
74 B
Python

from .nudity import Nudity
def setup(bot):
bot.add_cog(Nudity(bot))