Skip to content

Commit

Permalink
Readme fix (#44)
Browse files Browse the repository at this point in the history
* fix: misc updates to make the bot work with containers

* chore: config is now a volume

* chore: api_id must be an integer
  • Loading branch information
domenicoblanco committed Mar 3, 2024
1 parent 0122a39 commit 15a308a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion config/settings.yaml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
token: ""
chat_ids: []
api_id: ""
api_id:
api_hash: ""
bots_to_check:
- username: ""
Expand Down

0 comments on commit 15a308a

Please sign in to comment.