Updated commands and add min and max length
This commit is contained in:
@@ -16,6 +16,8 @@ export = {
|
||||
option
|
||||
.setName("ign")
|
||||
.setDescription("Player's name")
|
||||
.setMinLength(3)
|
||||
.setMaxLength(16)
|
||||
.setRequired(true)
|
||||
)
|
||||
.setDMPermission(false),
|
||||
|
||||
Reference in New Issue
Block a user