This is a Discord Currency bot (in beta) written with Eris and Quick.db.
git clone https://github.com/DET171/Currency-bot-beta.git # or just download this repo from GitHub
cd Currency-bot-beta
npm ci # or npm i
Create a file named .env
and put the following inside:
TOKEN=<your-discord-bot-token>
For those who are that stupid, replace <your-discord-bot-token>
with your Discord Bot Token
npm start
# or node index.js
Feel free to contribute! Make a PR and I'll check it out.
MIT