File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 33using System . Threading . Tasks ;
44using Discord ;
55using Discord . Interactions ;
6- using Modix . Services . AutoRemoveMessage ;
76using Modix . Services . CommandHelp ;
87using Modix . Services . Godbolt ;
98
@@ -12,12 +11,10 @@ namespace Modix.Bot.Modules
1211 [ ModuleHelp ( "Godbolt" , "Commands for working with Godbolt." ) ]
1312 public class GodboltModule : InteractionModuleBase
1413 {
15- private readonly IAutoRemoveMessageService _autoRemoveMessageService ;
1614 private readonly GodboltService _godboltService ;
1715
18- public GodboltModule ( IAutoRemoveMessageService autoRemoveMessageService , GodboltService godboltService )
16+ public GodboltModule ( GodboltService godboltService )
1917 {
20- _autoRemoveMessageService = autoRemoveMessageService ;
2118 _godboltService = godboltService ;
2219 }
2320
You can’t perform that action at this time.
0 commit comments