mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Fix
This commit is contained in:
@@ -41,9 +41,9 @@ module.exports = class TweetCommand extends Command {
|
||||
},
|
||||
{
|
||||
key: 'text',
|
||||
prompt: 'What should the text of the achievement be?',
|
||||
prompt: 'What should the text of the tweet be?',
|
||||
type: 'string',
|
||||
max: 280
|
||||
max: 140
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user