replace my lewd function with waifu.pic's
This commit is contained in:
parent
480a5610c8
commit
78da87049b
@ -251,10 +251,19 @@ class Cheeky(commands.Cog):
|
|||||||
return
|
return
|
||||||
import lewds
|
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=core_utils.generate_embed(
|
||||||
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),
|
||||||
|
embed_url=core_utils.waifu_pics(
|
||||||
|
endpoint=random.choice(["waifu", "neko", "blowjob"]), nsfw=True
|
||||||
|
),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user