diff --git a/source/Discord/Commands/Groups.ts b/source/Discord/Commands/Groups.ts index 25be58d..f9cb3df 100644 --- a/source/Discord/Commands/Groups.ts +++ b/source/Discord/Commands/Groups.ts @@ -48,6 +48,7 @@ export class GroupCommand implements Command, ChatInteractionCommand, Autocomple option.setName("name") .setDescription("Defines the name for the group.") .setRequired(true) + .setMaxLength(64) ) .addRoleOption((builder) => builder.setName("role")