This commit is contained in:
Dragon Fire
2020-07-02 18:46:18 -04:00
parent 4e36400f6f
commit d84b479bed
+2 -2
View File
@@ -17,9 +17,9 @@ module.exports = class SwirlCommand extends Command {
args: [ args: [
{ {
key: 'degrees', key: 'degrees',
prompt: 'What degrees would you like to use? From 1-360.', prompt: 'What degrees would you like to use? From -360-+360.',
type: 'integer', type: 'integer',
min: 1, min: -360,
max: 360 max: 360
}, },
{ {