From 758b9e8d965097e6c71f29e993c3789bc3d378c5 Mon Sep 17 00:00:00 2001 From: Santiago Ramirez <94815926+SantiiRepair@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:37:31 +0000 Subject: [PATCH] Update 7 files --- tlg_bot/dbs/{users.json => allowed.json} | 0 tlg_bot/dbs/chats.json | 1 + tlg_bot/dbs/queues.json | 76 ------------------------ tlg_bot/dbs/queues.pkl | 0 tlg_bot/dbs/vcs.json | 3 - tlg_bot/dbs/vcs.pkl | 0 6 files changed, 1 insertion(+), 79 deletions(-) rename tlg_bot/dbs/{users.json => allowed.json} (100%) create mode 100644 tlg_bot/dbs/chats.json delete mode 100644 tlg_bot/dbs/queues.json create mode 100644 tlg_bot/dbs/queues.pkl delete mode 100644 tlg_bot/dbs/vcs.json create mode 100644 tlg_bot/dbs/vcs.pkl diff --git a/tlg_bot/dbs/users.json b/tlg_bot/dbs/allowed.json similarity index 100% rename from tlg_bot/dbs/users.json rename to tlg_bot/dbs/allowed.json diff --git a/tlg_bot/dbs/chats.json b/tlg_bot/dbs/chats.json new file mode 100644 index 0000000..2f72f0a --- /dev/null +++ b/tlg_bot/dbs/chats.json @@ -0,0 +1 @@ +{"data": []} \ No newline at end of file diff --git a/tlg_bot/dbs/queues.json b/tlg_bot/dbs/queues.json deleted file mode 100644 index 2be60e1..0000000 --- a/tlg_bot/dbs/queues.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "data": [ - { - "chat_id": 1234, - "name": "name", - "url": "url", - "ref": "ref", - "type": "type", - "id": 195019475303298213 - }, - { - "chat_id": 1234, - "name": "name", - "url": "url", - "ref": "ref", - "type": "type", - "id": 315934606094638437 - }, - { - "chat_id": 1234, - "name": "name", - "url": "url", - "ref": "ref", - "type": "type", - "id": 130633375121465524 - }, - { - "chat_id": 1234, - "name": "name", - "url": "url", - "ref": "ref", - "type": "type", - "id": 259428658424065973 - }, - { - "chat_id": 1234, - "name": "name", - "url": "url", - "ref": "ref", - "type": "type", - "id": 290685380183799814 - }, - { - "chat_id": 1234, - "name": "name", - "url": "url", - "ref": "ref", - "type": "type", - "id": 476639704125811359 - }, - { - "chat_id": 1234, - "name": "name", - "url": "url", - "ref": "ref", - "type": "type", - "id": 117290433108950113 - }, - { - "chat_id": 1234, - "name": "name", - "url": "url", - "ref": "ref", - "type": "type", - "id": 286009744676329530 - }, - { - "chat_id": 1234, - "name": "name", - "url": "url", - "ref": "ref", - "type": "type", - "id": 570151287751608371 - } - ] -} \ No newline at end of file diff --git a/tlg_bot/dbs/queues.pkl b/tlg_bot/dbs/queues.pkl new file mode 100644 index 0000000..e69de29 diff --git a/tlg_bot/dbs/vcs.json b/tlg_bot/dbs/vcs.json deleted file mode 100644 index d216175..0000000 --- a/tlg_bot/dbs/vcs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "data": [] - } \ No newline at end of file diff --git a/tlg_bot/dbs/vcs.pkl b/tlg_bot/dbs/vcs.pkl new file mode 100644 index 0000000..e69de29