diff --git a/commands/edit-avatar/hat.js b/commands/edit-avatar/hat.js index 2474840e..6b9bbcc5 100644 --- a/commands/edit-avatar/hat.js +++ b/commands/edit-avatar/hat.js @@ -122,7 +122,7 @@ module.exports = class HatCommand extends Command { prompt: 'By what percentage do you want to scale your hat?', type: 'integer', min: 0, - max: 100, + max: 1000, default: 0 } ]