darrenfoley / Asiago

A Discord bot written in C#
GNU General Public License v3.0
1 stars 0 forks source link

Dependency injection improvements #9

Closed darrenfoley closed 6 months ago

darrenfoley commented 6 months ago
  1. Switch to constructor-based dependency injection for DSharpPlus.
  2. Stop injection of the DiscordClient, as we already have access to it via the context passed to each command.