A custom bot for Doujin Dojo
Caution
You Really shouldn't. This bot is not production ready and it's database is a local JSON file.
- Rename
example.env
to.env
- Rename
/db/db.example.json
to/db/db.json
- Replace
PASTE YOUR TOKEN HERE
with your bot token - Run
pnpm i
in the bot folder - Run
pnpm run start
in the bot folder
- This bot uses a local database in db.json, see /db/db.example.json
- Requires Node v18.0.0+ - Not tested on LTS