We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e8a79 commit 166b569Copy full SHA for 166b569
src/Modix.Bot/Modules/GodboltModule.cs
@@ -12,12 +12,10 @@ namespace Modix.Bot.Modules
12
[ModuleHelp("Godbolt", "Commands for working with Godbolt.")]
13
public class GodboltModule : InteractionModuleBase
14
{
15
- private readonly IAutoRemoveMessageService _autoRemoveMessageService;
16
private readonly GodboltService _godboltService;
17
18
- public GodboltModule(IAutoRemoveMessageService autoRemoveMessageService, GodboltService godboltService)
+ public GodboltModule(GodboltService godboltService)
19
20
- _autoRemoveMessageService = autoRemoveMessageService;
21
_godboltService = godboltService;
22
}
23
0 commit comments