This commit is contained in:
Dragon Fire
2021-01-09 11:10:22 -05:00
parent b0e9635c32
commit b755dbe828
+1 -1
View File
@@ -38,7 +38,7 @@ module.exports = class ConnectFourCommand extends Command {
},
{
key: 'color',
prompt: `What color do you want to be? Either ${Object.keys(colors, 'or')}.`,
prompt: `What color do you want to be? Either ${list(Object.keys(colors), 'or')}.`,
type: 'string',
oneOf: Object.keys(colors),
parse: color => color.toLowerCase()