6 lines
74 B
Python
6 lines
74 B
Python
from .nudity import Nudity
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Nudity(bot))
|