Updated commands and add min and max length
This commit is contained in:
@@ -23,6 +23,8 @@ export = {
|
||||
option
|
||||
.setName("ign")
|
||||
.setDescription("The IGN of the player.")
|
||||
.setMinLength(3)
|
||||
.setMaxLength(16)
|
||||
.setRequired(true)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user