mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
tes
This commit is contained in:
parent
ab1519b8d0
commit
b100f4825c
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.png", json=payload)
|
||||
r = await fetch.post("https://quote.yasirapi.eu.org/quote/generate", json=payload)
|
||||
if not r.is_error:
|
||||
return r.read()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue