Indodax discord bot
- Clone this repo
- Create .env file from the .env.example
- Add your bot token and your desired prefix to .env file
- install required module
$ npm install
- build
$ npm run build
- start it
$ npm run start
- alert: create the alert for coin prices (done)
- list: list available coins (done)
- price: get current price info from coin (done)
- stop-alert: stop the configured alert (done)
- list-alert: list configured alert (tba)
just run the build.sh
🤞