Echoshard / Gemini_Discordbot

A Gemini Discord bot that can accept images and has conversation memory
MIT License
67 stars 38 forks source link

Use dotenv #6

Closed hide0123 closed 8 months ago

hide0123 commented 8 months ago

Using .env instead of GeminiBotConfig.py prevents users from accidentally uploading API keys on GitHub.

As an additional change, I added requirements.txt to easily install the required libraries.