This commit is contained in:
Dragon Fire
2020-05-24 16:32:09 -04:00
parent c31f4fc344
commit 2ce06ec8ab
+2 -2
View File
@@ -41,9 +41,9 @@ module.exports = class TweetCommand extends Command {
}, },
{ {
key: 'text', key: 'text',
prompt: 'What should the text of the achievement be?', prompt: 'What should the text of the tweet be?',
type: 'string', type: 'string',
max: 280 max: 140
} }
] ]
}); });