7 lines
84 B
Python
7 lines
84 B
Python
from .nudity import Nudity
|
|
|
|
|
|
def setup(bot):
|
|
n = Nudity(bot)
|
|
bot.add_cog(n)
|