To get ready to work on the codebase, please follow these steps:
- Fork and clone this repository.
- Run
npm ci
. - Rename
config.example.json
file toconfig.json
. Put your bot token there. - Code your idea.
- Run
npm start
andnpm test
to test your code changes. - Submit a pull request. (Make sure to follow the conventional commit format)