diff --git a/commands/tag.js b/commands/tag.js index cb90c51..7d3619b 100644 --- a/commands/tag.js +++ b/commands/tag.js @@ -46,7 +46,7 @@ module.exports = { .setPlaceholder('Name') .setLabel('Name') .setMinLength(1) - .setMaxLength(32) + .setMaxLength(99) .setRequired(true) .setStyle(TextInputStyle.Short) @@ -137,7 +137,7 @@ module.exports = { .setPlaceholder('Name') .setLabel('Name') .setMinLength(1) - .setMaxLength(32) + .setMaxLength(99) .setRequired(true) .setStyle(TextInputStyle.Short) .setValue(name)