mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user