Skip to content

Commit

Permalink
Merge pull request #482 from fit-ctu-discord/stepech-patch-1
Browse files Browse the repository at this point in the history
Deactivate role badges feature
  • Loading branch information
stepech authored Mar 5, 2023
2 parents e6e739a + 447fed8 commit d51f562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HonzaBotner/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void ConfigureServices(IServiceCollection services)
.AddEventHandler<StaffVerificationEventHandler>(EventHandlerPriority.Urgent)
.AddEventHandler<VerificationEventHandler>(EventHandlerPriority.Urgent)
.AddEventHandler<VoiceHandler>()
.AddEventHandler<BadgeRoleHandler>()
// .AddEventHandler<BadgeRoleHandler>()
.AddEventHandler<ThreadHandler>()
.AddEventHandler<StandupButtonHandler>()
;
Expand Down

0 comments on commit d51f562

Please sign in to comment.