Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 687 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 687 Bytes

DiscordDnDBot

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.

Prerequisites

  • Visual Studio 2022
  • .NET 6.0 LTS

Libraries Used

  • Discord.Net
  • GeoTimeZone
  • LiteDB
  • Microsoft.Extensions
    • Microsoft.Extensions.Configuration
    • Microsoft.Extensions.Configuration.Binders
    • Microsoft.Extensions.Configuration.Json
    • Microsoft.Extensions.DependencyInjection
  • TimeZoneNames

Acknowledgements

This guy who made the example bot and made me realize that I did not understand Dependency Injection and how to use it.