mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
Fix
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user