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