First off, thanks for taking the time to contribute! 🎉
Fork the repository on GitHub and clone your fork locally.
git clone https://github.com/MAKGAMEROFFICIAL/discord-js-bot-with-slash-commands.git
cd discord-js-bot-with-slash-commands
Create a new branch for your changes.
git checkout -b feature/your-feature-name
Make your changes, ensuring you follow the project's coding standards.
- Lint your code:
npm run lint
- Format your code:
npm run format
Commit your changes with a descriptive commit message.
git commit -m "Add feature XYZ"
git push origin feature/your-feature-name
Create a pull request on GitHub, describing your changes and linking to any relevant issues.
Please follow our Code of Conduct in all your interactions with the project.
If you find a bug, please open an issue with as much detail as possible about how to replicate it.
We welcome feature requests! If you have an idea that will improve the project, please open an issue to discuss it.
Your contributions make this project better. Thank you for being a part of it! 🚀