Skip to content

Commit

Permalink
Auto-join threads
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Apr 8, 2022
1 parent 1f41ee9 commit 18cdcca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Hammer/HammerPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ protected override async Task OnLoad()

Logger.Info("Registering InteractivityExtension");
DiscordClient.UseInteractivity(new InteractivityConfiguration());
DiscordClient.AutoJoinThreads();

await base.OnLoad();
}
Expand Down

0 comments on commit 18cdcca

Please sign in to comment.