fix message and fix category name
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 42s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 42s
This commit is contained in:
@ -66,7 +66,8 @@ public class SetSubCommand extends BatSubCommand {
|
||||
}
|
||||
if (time > ReminderFeature.MAX_REMINDER_LENGTH) {
|
||||
event.replyEmbeds(EmbedUtils.errorEmbed()
|
||||
.setDescription("The time must be at most %s.".formatted(TimeUtils.format(ReminderFeature.MAX_REMINDER_LENGTH)))
|
||||
.setDescription("The time must be at most %s.".formatted(TimeUtils.format(ReminderFeature.MAX_REMINDER_LENGTH,
|
||||
TimeUtils.BatTimeFormat.FIT, true)))
|
||||
.build()).queue();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user