Skip to content

Commit

Permalink
Don't default discord channel to global
Browse files Browse the repository at this point in the history
  • Loading branch information
Draycia committed Sep 17, 2024
1 parent 9132a37 commit d387230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void onDiscordMessage(final DiscordMessageEvent event) {
var channel = result.selectedChannel();

if (channel == null) {
channel = this.carbonChat.channelRegistry().defaultChannel();
return;
}

final var messageType = this.channelMessageTypes.get(channel.key());
Expand Down

0 comments on commit d387230

Please sign in to comment.