mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -10,7 +10,6 @@ module.exports = class BubbleWrapCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'amount',
|
||||
prompt: 'How many bubbles should there be?',
|
||||
type: 'integer',
|
||||
default: 156,
|
||||
min: 1,
|
||||
|
||||
Reference in New Issue
Block a user