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