mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Allow hats to scale larger
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user