Skip to content

Commit 166b569

Browse files
committed
Remove unused service
1 parent c1e8a79 commit 166b569

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Modix.Bot/Modules/GodboltModule.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ namespace Modix.Bot.Modules
1212
[ModuleHelp("Godbolt", "Commands for working with Godbolt.")]
1313
public class GodboltModule : InteractionModuleBase
1414
{
15-
private readonly IAutoRemoveMessageService _autoRemoveMessageService;
1615
private readonly GodboltService _godboltService;
1716

18-
public GodboltModule(IAutoRemoveMessageService autoRemoveMessageService, GodboltService godboltService)
17+
public GodboltModule(GodboltService godboltService)
1918
{
20-
_autoRemoveMessageService = autoRemoveMessageService;
2119
_godboltService = godboltService;
2220
}
2321

0 commit comments

Comments
 (0)