Remove env file and add env example

This commit is contained in:
vrubel 2026-06-04 10:40:55 +00:00
parent 5a21d12dab
commit 6648fd6346
3 changed files with 5 additions and 3 deletions

3
.env
View file

@ -1,3 +0,0 @@
USER_BOT_TOKEN=8567080481:AAHDn6D-JQf2tuLD_S3Md9w0j34REktVsWE
ADMIN_BOT_TOKEN=8808539314:AAFydKdcal6HJpgirkFHO2fUdetECTwgxxI
TTS_VOICE=ru-RU-DmitryNeural

3
.env.example Normal file
View file

@ -0,0 +1,3 @@
USER_BOT_TOKEN=CHANGE_ME
ADMIN_BOT_TOKEN=CHANGE_ME
TTS_VOICE=ru-RU-DmitryNeural

2
.gitignore vendored
View file

@ -4,3 +4,5 @@ __pycache__/
venv/
data/*.json
data/*.txt
.env