yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.13k stars 1.49k forks source link

chore: Add dotenv to simplify local development #1127

Open Dima-Dim opened 9 months ago

Dima-Dim commented 9 months ago

Description

So that you don't have to constantly export environment variables and be able to change them conveniently.

yagop commented 9 months ago

It's nice but this shuld probably be implemented by the main app, not this library

Dima-Dim commented 9 months ago

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.