forked from Fascinated/Bat
make feature command less ugly and update feature disabled message
This commit is contained in:
@ -224,7 +224,7 @@ public class CommandService extends ListenerAdapter {
|
||||
FeatureProfile featureProfile = guild.getFeatureProfile();
|
||||
if (featureProfile.isFeatureDisabled(command.getFeature())) {
|
||||
event.replyEmbeds(EmbedUtils.errorEmbed()
|
||||
.setDescription("This command has been disabled by the guild owner")
|
||||
.setDescription("The feature `%s` is disabled in this guild".formatted(command.getFeature().getName()))
|
||||
.build()).setEphemeral(true).queue();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user