From b100f4825cbf1f83626cec9c123f14877033580d Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Tue, 3 Sep 2024 09:32:05 +0700 Subject: [PATCH] tes --- misskaty/plugins/quotly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/quotly.py b/misskaty/plugins/quotly.py index e08b69ef..5646386e 100644 --- a/misskaty/plugins/quotly.py +++ b/misskaty/plugins/quotly.py @@ -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: