There is a config file on the root of the project, however seems like there are some configs that were missed to put it there.
This task is to check if there are .env that are being used directly on the files instead of import it on config first and then import it on the file where is required, and move it to make it correct.
We could consider also move other variables that could be reused along the app or could be used for easily set some variables.
Checklist
This issue can be closed when the following tasks are complete:
[ ] Variables that could be used for easily config the bot behavior or can be reused are now on config file
[ ] There are not .env variables used on files directly, those are imported from config file
Explanation
There is a config file on the root of the project, however seems like there are some configs that were missed to put it there.
This task is to check if there are .env that are being used directly on the files instead of import it on config first and then import it on the file where is required, and move it to make it correct.
We could consider also move other variables that could be reused along the app or could be used for easily set some variables.
Checklist
This issue can be closed when the following tasks are complete: