fix spelling
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m14s

This commit is contained in:
Lee 2024-07-07 07:02:49 +01:00
parent 87a56700ec
commit bc57834366

@ -66,7 +66,7 @@ public class AddSubCommand extends BatCommand {
profile.refreshChannels(guild); // For the stat channels to be updated profile.refreshChannels(guild); // For the stat channels to be updated
event.replyEmbeds(EmbedUtils.successEmbed() event.replyEmbeds(EmbedUtils.successEmbed()
.setDescription(new EmbedDescriptionBuilder("%s The stats chanel %s has been created".formatted( .setDescription(new EmbedDescriptionBuilder("%s The stats channel %s has been created".formatted(
Emojis.CHECK_MARK_EMOJI, Emojis.CHECK_MARK_EMOJI,
voiceChannel.getAsMention() voiceChannel.getAsMention()
)) ))