My attempt at building a bot for a DnD Discord using Discord.Net. I used a parts of the core design from this example bot.
- Visual Studio 2022
- .NET 6.0 LTS
- Discord.Net
- GeoTimeZone
- LiteDB
- Microsoft.Extensions
- Microsoft.Extensions.Configuration
- Microsoft.Extensions.Configuration.Binders
- Microsoft.Extensions.Configuration.Json
- Microsoft.Extensions.DependencyInjection
- TimeZoneNames
This guy who made the example bot and made me realize that I did not understand Dependency Injection and how to use it.