mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Add more trainer card styles
This commit is contained in:
@@ -62,7 +62,7 @@ module.exports = class TrainerCardCommand extends Command {
|
||||
},
|
||||
{
|
||||
key: 'character',
|
||||
prompt: `What character do you want to use? Either ${list(Object.keys(characters, 'or'))}.`,
|
||||
prompt: `What character do you want to use? Either ${list(Object.keys(characters), 'or')}.`,
|
||||
type: 'string',
|
||||
oneOf: Object.keys(characters),
|
||||
parse: character => characters[character.toLowerCase()]
|
||||
|
||||
Reference in New Issue
Block a user