diff --git a/.env b/.env deleted file mode 100644 index 888385d..0000000 --- a/.env +++ /dev/null @@ -1,3 +0,0 @@ -USER_BOT_TOKEN=8567080481:AAHDn6D-JQf2tuLD_S3Md9w0j34REktVsWE -ADMIN_BOT_TOKEN=8808539314:AAFydKdcal6HJpgirkFHO2fUdetECTwgxxI -TTS_VOICE=ru-RU-DmitryNeural diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7a883ed --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ +USER_BOT_TOKEN=CHANGE_ME +ADMIN_BOT_TOKEN=CHANGE_ME +TTS_VOICE=ru-RU-DmitryNeural diff --git a/.gitignore b/.gitignore index 04fd764..e4fd0b4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ __pycache__/ venv/ data/*.json data/*.txt + +.env