mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
22.0.0
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = class RepeatCommand extends Command {
|
||||
key: 'text',
|
||||
prompt: 'What text would you like to repeat over and over and over and over?',
|
||||
type: 'string',
|
||||
parse: text => text.repeat(2000).substr(0, 1999)
|
||||
parse: (text) => text.repeat(2000).substr(0, 1999)
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user