node-telegram-bot-api
node-telegram-bot-api copied to clipboard
chore: Add dotenv to simplify local development
- [x] All tests pass
- [x] I have run
npm run doc
Description
So that you don't have to constantly export environment variables and be able to change them conveniently.
It's nice but this shuld probably be implemented by the main app, not this library
It's nice but this shuld probably be implemented by the main app, not this library
This is for development of this library. When I was preparing the PR and running the tests I made this for myself. I think it should be more convenient for contributors than exporting variables.