Fixes group name being not limited
This commit is contained in:
parent
7afcd6b26a
commit
a1a7cbe946
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue