chore: Replace the file with config.toml
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
01bae614e3
commit
8b8056f670
4 changed files with 1 additions and 13 deletions
|
@ -1,4 +0,0 @@
|
||||||
TELEPINGBOT_API_HASH="" # From https://my.telegram.org/apps
|
|
||||||
TELEPINGBOT_API_ID="" # From https://my.telegram.org/apps
|
|
||||||
TELEOINGBOT_HOST="0.0.0.0" # Host to listen on
|
|
||||||
TELEOINGBOT_PORT=3939 # Port to listen on
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,5 +1,3 @@
|
||||||
/target
|
/target
|
||||||
tokens.txt
|
config.toml
|
||||||
bots.txt
|
|
||||||
*.session
|
*.session
|
||||||
.env
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
@FirstBot
|
|
||||||
@SecondBot
|
|
||||||
@ThirdBot
|
|
|
@ -1,3 +0,0 @@
|
||||||
FirstToken
|
|
||||||
SecondToken
|
|
||||||
ThirdToken
|
|
Loading…
Reference in a new issue