Problem
The bot directory lacks a .env.example, making it harder for contributors to know required environment variables.
Current Behavior
Developers must infer bot env vars from documentation or code, increasing setup friction.
Why This Improvement Is Needed
A .env.example improves onboarding and prevents secret values from being committed.
Proposed Solution
Add bot/.env.example with the required bot vars and placeholder values.
Expected Outcome
Bot contributors can copy the example and populate required environment variables safely.
Additional Notes
This is a documentation and repo quality improvement.
Problem
The bot directory lacks a
.env.example, making it harder for contributors to know required environment variables.Current Behavior
Developers must infer bot env vars from documentation or code, increasing setup friction.
Why This Improvement Is Needed
A
.env.exampleimproves onboarding and prevents secret values from being committed.Proposed Solution
Add
bot/.env.examplewith the required bot vars and placeholder values.Expected Outcome
Bot contributors can copy the example and populate required environment variables safely.
Additional Notes
This is a documentation and repo quality improvement.