My own Discord Bot for multiple purposes!
- Windows 11 as the main operating system.
- Visual Studio as the main IDE/Text Editor.
- Rider as secondary/backup IDE/Text Editor.
- Visual Studio Code as tertiary/backup IDE/Text Editor.
- .NET as the main framework.
- Discord as the main target platform.
- Discord.Net as the main library for the bot.
- Dependency Injection as the dependency injection library for the bot.
If you think that this bot needs more functionalities or some changes, you can open an issue or a pull request.
If you want to open an issue, you can follow the next steps:
- Go to the issues section.
- Click on the
New issue
button. - Fill the form with the information of the issue.
- Click on the
Submit new issue
button.
If you want to open a pull request, you can follow the next steps:
- Fork the project.
- Create a new branch (
git checkout -b Feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push the changes (
git push origin Feature/AmazingFeature
). - Open a Pull Request.
I'll be so grateful if you contribute to the project!
This project is under the MIT License.