mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -14,7 +14,6 @@ module.exports = class LoremIpsumCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'characters',
|
||||
prompt: 'How many characters do you want the text to be?',
|
||||
type: 'integer',
|
||||
min: 56,
|
||||
max: 2000
|
||||
|
||||
Reference in New Issue
Block a user