An open source self-hostable Discord bot written in Eris framework. Most likely
a replacement for Jolly
This project is currently in progress, expect to have bugs and frequently changes to commands/database or other!
- Just simply run
npm i .
- Rename
.env.example
to.env
and complete there - Run with
npm run start
If you have used Jolly or Jolly-based custom bot, you can migrate level system
to Mov.
We only support database migration for leveling. After running the
bot for first time, kill it and run npm run migrate
with your
database.sqlite inside the root project. It's recommend to keep
database.sqlite at this moment.
Feel free to contribute whatever you want, as long as our build passed. (using
tsc --noEmit for checking and Rome for styling)