From c05d76e2cc1a87fc328a3e195f368b69dc5a60ca Mon Sep 17 00:00:00 2001 From: profitroll Date: Fri, 30 Jun 2023 11:37:28 +0200 Subject: [PATCH] Bump libbot to 1.7 --- config_example.json | 3 --- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/config_example.json b/config_example.json index 4ae1d9a..a6b4b3d 100644 --- a/config_example.json +++ b/config_example.json @@ -12,9 +12,6 @@ "reports": { "chat_id": 0 }, - "locations": { - "locale": "locale" - }, "disabled_plugins": [], "commands": { "start": { diff --git a/requirements.txt b/requirements.txt index 42ec882..56e535e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ tgcrypto==1.2.5 ujson==5.8.0 uvloop==0.17.0 --extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple -libbot[speed,pyrogram]==1.5 \ No newline at end of file +libbot[speed,pyrogram]==1.7 \ No newline at end of file