mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Set maximum length
This commit is contained in:
@@ -20,7 +20,8 @@ module.exports = class YodaCommand extends Command {
|
||||
{
|
||||
key: 'message',
|
||||
label: 'text',
|
||||
type: 'string'
|
||||
type: 'string',
|
||||
max: 500
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user