mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -38,13 +38,11 @@ module.exports = class TweetCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'What user should say the tweet? Use the handle, not the name.',
|
||||
type: 'string',
|
||||
max: 15
|
||||
},
|
||||
{
|
||||
key: 'text',
|
||||
prompt: 'What should the text of the tweet be?',
|
||||
type: 'string',
|
||||
max: 280
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user