Add .example files

This commit is contained in:
TheAwiteb 2023-11-18 19:45:55 +03:00
parent c27d6258d9
commit 5efb718d83
No known key found for this signature in database
GPG key ID: ABF818BD15DC2D34
3 changed files with 10 additions and 0 deletions

4
.env.example Normal file
View file

@ -0,0 +1,4 @@
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

3
bots.txt.example Normal file
View file

@ -0,0 +1,3 @@
@FirstBot
@SecondBot
@ThirdBot

3
tokens.txt.example Normal file
View file

@ -0,0 +1,3 @@
FirstToken
SecondToken
ThirdToken