danbo
Dead simple discord experience bot
Invite
Click here for the Danbo website with the leaderboards
You can find your guild's leaderboard here: https://www.danbo.space/leaderboards/your-guild-id (replace your-guild-id with you guild's id)
Click here to invite Danbo to your server
Development
Development with Danbo is a very simple process.
Requirements:
Java-JDK ^9.0
node ^12
postgresql ^11
Steps to run:
- Clone repo (duh)
- Copy example-config.json to config.json and edit values as needed.
- Create a directory for the db
- Run
npm install
- Run
postgresql -D ./db -p 5432
- Run
node dbInit.js
to initialize the db - Run
node danbo.js
to start the bot. - Invite bot to server.