mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +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?',
|
prompt: 'By what percentage do you want to scale your hat?',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 1000,
|
||||||
default: 0
|
default: 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user