mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Remove non-working API-based commands, fix bugs
This commit is contained in:
@@ -20,7 +20,8 @@ module.exports = class CursedSpongeCommand extends Command {
|
||||
key: 'amount',
|
||||
prompt: 'How many times do you want to duplicate the cursed sponge?',
|
||||
type: 'integer',
|
||||
max: 100
|
||||
max: 100,
|
||||
min: 1
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user