mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
Update quotly.py
This commit is contained in:
parent
6011229bcf
commit
cd52328b62
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ async def pyrogram_to_quotly(messages):
|
||||||
else:
|
else:
|
||||||
the_message_dict_to_append["replyMessage"] = {}
|
the_message_dict_to_append["replyMessage"] = {}
|
||||||
payload["messages"].append(the_message_dict_to_append)
|
payload["messages"].append(the_message_dict_to_append)
|
||||||
r = await http.post("https://bot.lyo.su/quote/generate.png", json=payload)
|
r = await http.post("https://quote-api-production-901e.up.railway.app/generate", json=payload)
|
||||||
if not r.is_error:
|
if not r.is_error:
|
||||||
return r.read()
|
return r.read()
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue