feat: Separate the configuration files into env

This commit is contained in:
JinWYP
2023-12-17 02:26:35 +08:00
parent b12ab51f35
commit 635ec3835b
3 changed files with 45 additions and 37 deletions

2
.env.example Normal file
View File

@ -0,0 +1,2 @@
Google_Gemini_API_Key="your_gemini_api_key"
Telegram_Bot_Token="your_telegram_bot_token"