mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Up, revert
This commit is contained in:
parent
cd52328b62
commit
41346db4f3
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ async def pyrogram_to_quotly(messages):
|
|||
else:
|
||||
the_message_dict_to_append["replyMessage"] = {}
|
||||
payload["messages"].append(the_message_dict_to_append)
|
||||
r = await http.post("https://quote-api-production-901e.up.railway.app/generate", json=payload)
|
||||
r = await http.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