Set maximum length

This commit is contained in:
Dragon Fire
2024-03-31 01:42:03 -04:00
parent a23188ba39
commit fc4a963b5c
+2 -1
View File
@@ -20,7 +20,8 @@ module.exports = class YodaCommand extends Command {
{ {
key: 'message', key: 'message',
label: 'text', label: 'text',
type: 'string' type: 'string',
max: 500
} }
] ]
}); });