Skip to content

Commit

Permalink
Register count command
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Oct 13, 2024
1 parent 2ecdba9 commit a0ba6f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/Jailbreak.Warden/WardenServiceExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public static void AddJailbreakWarden(
.AddPluginBehavior<ISpecialTreatmentService, SpecialTreatmentBehavior>();
serviceCollection
.AddPluginBehavior<IWardenOpenCommand, WardenOpenCommandsBehavior>();
serviceCollection.AddPluginBehavior<CountCommandsBehavior>();


serviceCollection.AddPluginBehavior<SpecialTreatmentCommandsBehavior>();
Expand Down

0 comments on commit a0ba6f2

Please sign in to comment.