fac30sb / discord-chatbot-emma-egbie

0 stars 0 forks source link

2. Secure Configuration #2

Closed electricblues closed 7 months ago

electricblues commented 7 months ago

Secure Configuration: As a back-end developer, I want to configure my bot securely by using require('dotenv/config') to load my API keys from a .env file, ensuring they are not hard-coded into my project, using a .gitignore file.

dotenv library & env structure (ish) added as part of this setup commit issue is resolved.