This commit is contained in:
Daniel Odendahl Jr
2018-07-09 18:38:18 +00:00
parent 1b67dd0f43
commit c9cdb122a6
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = class CowSayCommand extends Command {
key: 'text',
prompt: 'What text would you like the cow to say?',
type: 'string',
max: 1500
max: 500
},
{
key: 'type',
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = class CowThinkCommand extends Command {
key: 'text',
prompt: 'What text would you like the cow to think?',
type: 'string',
max: 1500
max: 500
},
{
key: 'type',