https://github.com/raluvy95/mov
A self-hostable one guild Discord bot
https://github.com/raluvy95/mov
bump discord discord-bot eris leveling
Last synced: 19 days ago
JSON representation
A self-hostable one guild Discord bot
- Host: GitHub
- URL: https://github.com/raluvy95/mov
- Owner: raluvy95
- License: unlicense
- Created: 2023-03-11T18:38:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T14:28:31.000Z (about 2 months ago)
- Last Synced: 2025-04-13T07:40:07.806Z (21 days ago)
- Topics: bump, discord, discord-bot, eris, leveling
- Language: TypeScript
- Homepage:
- Size: 26.1 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CatNowBot - codename "Mov"
[](https://github.com/raluvy95/mov/actions/workflows/node.yml)
An open source self-hostable Discord bot written in Eris framework. Most likely
a replacement for [Jolly](https://github.com/raluvy95/jolly)This project is currently in progress, expect to have bugs and frequently
changes to commands/database or other!# Setting up
1. Just simply run `npm i .`
2. Rename `.env.example` to `.env` and complete there
3. Run with `npm run start`# Workarounds
## Migration from Jolly
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.# Contributing
Feel free to contribute whatever you want, as long as our build passed. (using
tsc --noEmit for checking and Rome for styling)
