Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism authored Sep 3, 2024
1 parent b100f48 commit bfe47aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/plugins/quotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bfe47aa

Please sign in to comment.