francodml/WBot2.0 ↗
Created Apr 29, 2022 · View the francodml/WBot2.0 repository page
Second version of the general server management bot I've set up for my Discord server
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
2
Lines of Code
63
From
Feb 27, 2021
To
Mar 1, 2021
About francodml/WBot2.0
WBot2.0 is a Discord bot written in C# using the DSharpPlus library, designed as a second-generation server management tool for a specific Discord server. The project serves as a learning exercise in implementing dependency injection, hosting patterns, and reflection within a bot framework.
The creator acknowledges that this is a specialized bot tailored to particular server needs rather than a general-purpose solution, and recommends against simply cloning and running it without modification. The project is heavily based on Matt Jeanes' Discord bot template, though the author intends to gradually replace borrowed code with original implementations over time. While it's available as a reference or starting point for others building Discord bots in C#, it's not recommended as a drop-in solution without customization.