mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 00:04:48 +02:00
Lots of small changes
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = class AxisCultSignUpCommand extends Command {
|
||||
{
|
||||
key: 'gender',
|
||||
type: 'string',
|
||||
oneOf: ['male', 'female']
|
||||
oneOf: ['male', 'female', 'other']
|
||||
},
|
||||
{
|
||||
key: 'age',
|
||||
|
||||
Reference in New Issue
Block a user