The issue tracker is only for bug reports and enhancement suggestions. If you
have a question, please ask me directly on Discord (Lioness100#4566) instead of
opening an issue
If you wish to contribute to the project's codebase or documentation, feel free to fork the repository and submit a pull request. For larger changes, please open an issue first so we can discuss.
- We use ESLint and Prettier to enforce a consistent coding style. Any PR that does not follow the linting rules will not be merged until the issue is resolved.
To get ready to work on the codebase, please do the following:
- Fork & clone the repository.
- Install NodeJS and yarn.
- Run
yarnin your terminal to download dependencies. - If needed, copy and fill
.env.example, then rename your copy to.env. You can follow this guide to retrieve a bot token. - Code your heart out!
- Submit a pull request