Updated commands and add min and max length

This commit is contained in:
2024-01-28 12:08:00 +01:00
parent eba7bfad3e
commit 9a9d2a76dd
4 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ export = {
option
.setName("ign")
.setDescription("The player's IGN.")
.setMinLength(3)
.setMaxLength(16)
.setRequired(true)
)
.setDMPermission(false),