From f7df4d8ddc6d706ab0dd2e93eea1110f98b25859 Mon Sep 17 00:00:00 2001 From: profitroll Date: Mon, 3 Jul 2023 11:04:39 +0200 Subject: [PATCH] Bump libbot to 1.8 --- config_example.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config_example.json b/config_example.json index a8ecfc0..796082e 100644 --- a/config_example.json +++ b/config_example.json @@ -18,7 +18,7 @@ "name": "tgposter" }, "reports": { - "chat_id": 0, + "chat_id": "owner", "sent": false, "error": true, "update": true, diff --git a/requirements.txt b/requirements.txt index 432c156..5b5c163 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ pytimeparse~=1.1.8 tgcrypto==1.2.5 uvloop==0.17.0 --extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple -libbot[speed,pyrogram]==1.7 +libbot[speed,pyrogram]==1.8 photosapi_client==0.5.0 \ No newline at end of file