wording
This commit is contained in:
parent
409e71a0aa
commit
d54d2ffe0d
@ -40,7 +40,7 @@ public class SetTopicSubCommand extends BatSubCommand {
|
|||||||
String topic = interaction.getOption("topic").getAsString();
|
String topic = interaction.getOption("topic").getAsString();
|
||||||
if (topic.length() > 1024) {
|
if (topic.length() > 1024) {
|
||||||
interaction.replyEmbeds(EmbedUtils.errorEmbed()
|
interaction.replyEmbeds(EmbedUtils.errorEmbed()
|
||||||
.setDescription("The topic must be less than 1024 characters!")
|
.setDescription("The topic must be 1024 characters or less!")
|
||||||
.build())
|
.build())
|
||||||
.queue();
|
.queue();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user