impl pre shutdown saving

This commit is contained in:
Lee
2024-07-01 01:33:52 +01:00
parent b1f5db9b2d
commit b1785ce373
5 changed files with 40 additions and 3 deletions
src/main/java/cc/fascinated/bat

@ -54,7 +54,7 @@ public class DisableSubCommand extends BatSubCommand {
}
featureProfile.disableFeature(feature);
interaction.replyEmbeds(EmbedUtils.successEmbed()
interaction.replyEmbeds(EmbedUtils.errorEmbed()
.setDescription("Successfully disabled the `%s` feature".formatted(feature.getName()))
.build()).queue();
}