DogeHouse Bot written in JS
Basic chat bot for DogeHouse written in JavaScript with DogeHouse.js
Clone this repo
git clone https://github.com/RChopin/korone-bot
Install dependencies
npm install
Edit example.env
to .env
and fill with your tokens etc.
Run node dbInit.js
to initialize the currency database.
Run the bot
npm run dev
or
npm run start
TODO