diff --git a/.env.example b/.env.example deleted file mode 100644 index 2507391..0000000 --- a/.env.example +++ /dev/null @@ -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 diff --git a/.gitignore b/.gitignore index bd64df6..1d87b63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ /target -tokens.txt -bots.txt +config.toml *.session -.env diff --git a/bots.txt.example b/bots.txt.example deleted file mode 100644 index db0709b..0000000 --- a/bots.txt.example +++ /dev/null @@ -1,3 +0,0 @@ -@FirstBot -@SecondBot -@ThirdBot diff --git a/tokens.txt.example b/tokens.txt.example deleted file mode 100644 index 168769c..0000000 --- a/tokens.txt.example +++ /dev/null @@ -1,3 +0,0 @@ -FirstToken -SecondToken -ThirdToken