A Discord bot built using .NET 6 - showing off the new robust features of .NET 6 and C#10 as well as
the enhanced and improved updates to Discord.NET and Discord.Addons.Hosting. This codebase was inspired
by and is an alteration of the original source by Coding with Efehan.
Explore Efehan's Original Work »
Hawxy's Discord.Addons.Hosting Repo
Table of Contents
Building a good Discord bot for all of your needs using C# and .NET can be confusing with the lack of tutorials, unhelpful documentation, and scarcity of resources in general. After spending quite some time researching different libraries and ways to accomplish this, I finally found a tutorial series by Coding with Efehan. But with the recent release of .NET 6 and changes to the libraries, I felt that a more concise codebase was needed.
This project was made to showcase how you can easily build a Discord bot in .NET 6, the different things you can do with the bot, and foster a growing and supportive community around Discord bot development in .NET. I hope you find this project helpful!
Throughout this project's codebase, I use Xml (extensive markup language) to document the classes, methods, and other important parts of the code. For more detailed descriptions as to why and how parts of the code works, please DM me on Twitter or consider joining Coding with Efehan's Discord server.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Justin Erdmier - @JustinianCodes - [email protected]
Project Link: https://github.com/JustinErdmier/DiscordBotDemo