More stuff

This commit is contained in:
Daniel Odendahl Jr
2017-10-12 22:34:40 +00:00
parent 373e00bf57
commit 76111000b5
+3 -3
View File
@@ -1,10 +1,10 @@
const { Command } = require('discord.js-commando');
const { oneLine } = require('common-tags');
const genders = ['male', 'female'];
const eyeColors = ['blue', 'brown', 'hazel', 'green'];
const hairColors = ['blonde', 'brown', 'red', 'black'];
const eyeColors = ['blue', 'brown', 'hazel', 'green', 'yellow'];
const hairColors = ['blonde', 'brown', 'red', 'black', 'grey', 'white'];
const hairStyles = ['curly', 'straight', 'wavy', 'long', 'shoulder-length', 'short', 'balding'];
const extras = ['freckles', 'glasses', 'dimples', 'contacts', 'loads of acne', 'pretty smile'];
const extras = ['freckles', 'glasses', 'dimples', 'contacts', 'loads of acne', 'pretty smile', 'braces'];
module.exports = class GuessMyLooksCommand extends Command {
constructor(client) {