mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
revert
This commit is contained in:
parent
b100f4825c
commit
bfe47aa324
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ async def pyrogram_to_quotly(messages, is_reply):
|
|||
else:
|
||||
the_message_dict_to_append["replyMessage"] = {}
|
||||
payload["messages"].append(the_message_dict_to_append)
|
||||
r = await fetch.post("https://quote.yasirapi.eu.org/quote/generate", json=payload)
|
||||
r = await fetch.post("https://bot.lyo.su/quote/generate.png", json=payload)
|
||||
if not r.is_error:
|
||||
return r.read()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue