mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:26:21 +02:00
Add more trainer card styles
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"styles": {
|
||||
"default": 3
|
||||
"default": 3,
|
||||
"black": 50,
|
||||
"collector": 96,
|
||||
"dp": 5,
|
||||
"purple": 43
|
||||
},
|
||||
"characters": {
|
||||
"ash": 13,
|
||||
|
||||
@@ -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