Comment out lewd

This commit is contained in:
Luke Robles 2025-02-22 17:19:10 -08:00
parent aa7735f508
commit b2b87b3678

View File

@ -348,29 +348,29 @@ class Cheeky(commands.Cog):
# await ctx.message.delete() # await ctx.message.delete()
await ctx.respond(file=discord.File("/tmp/tweet.jpg")) await ctx.respond(file=discord.File("/tmp/tweet.jpg"))
@commands.slash_command( # @commands.slash_command(
guild_ids=None, name="lewd", description="Posts nsfw content" # guild_ids=None, name="lewd", description="Posts nsfw content"
) # )
async def lewd(self, ctx: commands.Context): # async def lewd(self, ctx: commands.Context):
if not ctx.channel.is_nsfw(): # if not ctx.channel.is_nsfw():
await ctx.send("You can only use this command in NSFW channels") # await ctx.send("You can only use this command in NSFW channels")
return # return
# import lewds # # import lewds
# await ctx.send( # # await ctx.send(
# embed=core_utils.generate_embed( # # embed=core_utils.generate_embed(
# embed_url=lewds.get_lewd(), # # embed_url=lewds.get_lewd(),
# embed_title="{} is being lewd".format(ctx.message.author.name), # # embed_title="{} is being lewd".format(ctx.message.author.name),
# ) # # )
# ) # # )
await ctx.defer() # await ctx.defer()
await ctx.send_followup( # await ctx.send_followup(
embed=core_utils.generate_embed( # embed=core_utils.generate_embed(
embed_title="{} is being lewd".format(ctx.author.name), # embed_title="{} is being lewd".format(ctx.author.name),
embed_url=core_utils.waifu_pics( # embed_url=core_utils.waifu_pics(
endpoint=random.choice(["waifu", "neko", "blowjob"]), nsfw=True # endpoint=random.choice(["waifu", "neko", "blowjob"]), nsfw=True
), # ),
) # )
) # )
@commands.slash_command( @commands.slash_command(
guild_ids=None, guild_ids=None,