Discord bot to manager cryptocurrencies in binance exchange.
Crete file development.env in folder: /.env and add the environment.
cp .env/template.env .env/development.envInstall dependencies and start.
yarn install
yarn run start:dev # to development
yarn run start:prod # to production - LOCAL
yarn start # to production - SERVIDORThe command and yarn start is reserved to heroku.
The bot command list in discord can be found HERE.
