We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd29677 commit cc31e1aCopy full SHA for cc31e1a
app/plugins/py1337x/config.py
@@ -26,7 +26,7 @@ async def stats(Client, message):
26
async def proxy(Client, callback):
27
proxy = callback.data.split("_")[1]
28
29
- Client.py1337x = py1337x.Py1337x(base_url=f"https://www.{proxy}")
+ Client.py1337x = py1337x.AsyncPy1337x(base_url=f"https://www.{proxy}")
30
31
await Client.delete_messages(
32
chat_id=callback.message.chat.id,
0 commit comments