mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Change Variable Names, Remove Useless Commands
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = class LockdownCommand extends Command {
|
||||
return true;
|
||||
return 'Please enter either `start` or `stop`.';
|
||||
},
|
||||
parse: text => text.toLowerCase()
|
||||
parse: type => type.toLowerCase()
|
||||
}]
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user