This commit is contained in:
Yasir Aris M 2024-09-03 09:34:37 +07:00 committed by GitHub
parent b100f4825c
commit bfe47aa324
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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