From 15a308ae2427ba5c6f12bb93376b4ddbaf5615dc Mon Sep 17 00:00:00 2001 From: Domenico Blanco Date: Sun, 3 Mar 2024 21:54:46 +0100 Subject: [PATCH] Readme fix (#44) * fix: misc updates to make the bot work with containers * chore: config is now a volume * chore: api_id must be an integer --- README.md | 2 +- config/settings.yaml.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7a0839..04a0aae 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Multiple bots could be added by added just by repeating the same structure of a ```yaml bot_token: "123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11" # Your bot token chat_ids: ["10000000", "10000001", "10000002"] # Single ID or Multiple IDs -api_id: "123456" +api_id: 123456 api_hash: "123456:ABC-DEF1234ghIkl-zyx57W2v" bots_to_check: - username: "WebpageBot" diff --git a/config/settings.yaml.dist b/config/settings.yaml.dist index a63439b..06dd5e0 100644 --- a/config/settings.yaml.dist +++ b/config/settings.yaml.dist @@ -1,6 +1,6 @@ token: "" chat_ids: [] -api_id: "" +api_id: api_hash: "" bots_to_check: - username: ""