Up, revert

This commit is contained in:
yasirarism 2022-12-07 12:27:43 +07:00 committed by GitHub
parent cd52328b62
commit 41346db4f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: