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