Fox-V3/nudity/__init__.py

7 lines
84 B

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