Lots of small changes

This commit is contained in:
lilyissillyyy
2025-08-26 22:30:54 -04:00
parent 5048fbe243
commit bda18aa3ae
11 changed files with 183 additions and 169 deletions
@@ -39,7 +39,7 @@ module.exports = class AxisCultSignUpCommand extends Command {
{
key: 'gender',
type: 'string',
oneOf: ['male', 'female']
oneOf: ['male', 'female', 'other']
},
{
key: 'age',