diff --git a/commands/edit-text/yoda.js b/commands/edit-text/yoda.js index ec9763e1..d64e319d 100644 --- a/commands/edit-text/yoda.js +++ b/commands/edit-text/yoda.js @@ -20,7 +20,8 @@ module.exports = class YodaCommand extends Command { { key: 'message', label: 'text', - type: 'string' + type: 'string', + max: 500 } ] });