replace my lewd function with waifu.pic's
This commit is contained in:
parent
880516200c
commit
7a41a09b1c
@ -251,10 +251,19 @@ class Cheeky(commands.Cog):
|
||||
return
|
||||
import lewds
|
||||
|
||||
await ctx.send(
|
||||
# await ctx.send(
|
||||
# embed=core_utils.generate_embed(
|
||||
# embed_url=lewds.get_lewd(),
|
||||
# embed_title="{} is being lewd".format(ctx.message.author.name),
|
||||
# )
|
||||
# )
|
||||
|
||||
await ctx.reply(
|
||||
embed=core_utils.generate_embed(
|
||||
embed_url=lewds.get_lewd(),
|
||||
embed_title="{} is being lewd".format(ctx.message.author.name),
|
||||
embed_url=core_utils.waifu_pics(
|
||||
endpoint=random.choice(["waifu", "neko", "blowjob"]), nsfw=True
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user