Skip to content

Commit

Permalink
add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
Chew committed Aug 27, 2024
1 parent 96b1c60 commit 85efb7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/pw/chew/mlb/commands/ConfigCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ protected void execute(SlashCommandEvent event) {
} else {
event.replyEmbeds(buildConfigEmbed(config, event.getGuild())).setEphemeral(true).queue();
}
return;
}

ServerConfig current = ServerConfig.getConfig(event.getGuild().getId(), true);
Expand Down

0 comments on commit 85efb7e

Please sign in to comment.