forked from Fascinated/Bat
add emojis to the spotify commands
This commit is contained in:
@ -216,7 +216,7 @@ public class CommandService extends ListenerAdapter {
|
||||
log.error("An error occurred while executing command \"{}\"", commandName, ex);
|
||||
|
||||
event.replyEmbeds(EmbedUtils.successEmbed()
|
||||
.setDescription("An error occurred while executing the command\n\n" + ex.getLocalizedMessage())
|
||||
.setDescription("An error occurred while executing the command:\n```java%s```".formatted(ex.getLocalizedMessage()))
|
||||
.build())
|
||||
.queue();
|
||||
}
|
||||
|
Reference in New Issue
Block a user