This commit is contained in:
Nick 2024-06-27 21:11:37 -05:00
parent 409e71a0aa
commit d54d2ffe0d

@ -40,7 +40,7 @@ public class SetTopicSubCommand extends BatSubCommand {
String topic = interaction.getOption("topic").getAsString();
if (topic.length() > 1024) {
interaction.replyEmbeds(EmbedUtils.errorEmbed()
.setDescription("The topic must be less than 1024 characters!")
.setDescription("The topic must be 1024 characters or less!")
.build())
.queue();
return;