Remove non-working API-based commands, fix bugs

This commit is contained in:
Dragon Fire
2019-11-10 23:47:18 -05:00
parent 4b6cf9bcb2
commit aaf5c6cd5f
16 changed files with 21 additions and 422 deletions
+2 -1
View File
@@ -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
}
]
});