Skip to content

A Discord bot built using .NET 6

License

Notifications You must be signed in to change notification settings

JustinErdmier/DiscordBotDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors MIT License LinkedIn


Discord Bot Demo

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
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

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.

(back to top)

Built With

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Justin Erdmier - @JustinianCodes - justinerdmier@outlook.com

Project Link: https://github.com/JustinErdmier/DiscordBotDemo

(back to top)

Acknowledgments

(back to top)

Releases

No releases published

Packages

No packages published

Languages