From cd52328b62839f79889b9da1c19c16366e2fe3df Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Wed, 7 Dec 2022 12:23:47 +0700 Subject: [PATCH] Update quotly.py --- 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 5b2c988e..e779fd16 100644 --- a/misskaty/plugins/quotly.py +++ b/misskaty/plugins/quotly.py @@ -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://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: return r.read() else: