mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fixes
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = class CharlieCharlieChallengeCommand extends Command {
|
||||
key: 'question',
|
||||
prompt: 'What do you want to ask Charlie?',
|
||||
type: 'string',
|
||||
max: 1950
|
||||
max: 1900
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -12,18 +12,21 @@ module.exports = class KissMarryKillCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'thing1',
|
||||
label: 'first name',
|
||||
prompt: 'Who is the first person you choose?',
|
||||
type: 'string',
|
||||
max: 500
|
||||
},
|
||||
{
|
||||
key: 'thing2',
|
||||
label: 'second name',
|
||||
prompt: 'Who is the second person you choose?',
|
||||
type: 'string',
|
||||
max: 500
|
||||
},
|
||||
{
|
||||
key: 'thing3',
|
||||
label: 'third name',
|
||||
prompt: 'Who is the third person you choose?',
|
||||
type: 'string',
|
||||
max: 500
|
||||
|
||||
@@ -10,12 +10,14 @@ module.exports = class ShipCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'thing1',
|
||||
label: 'first name',
|
||||
prompt: 'Who is the first person in the ship?',
|
||||
type: 'string',
|
||||
max: 500
|
||||
},
|
||||
{
|
||||
key: 'thing2',
|
||||
label: 'second name',
|
||||
prompt: 'Who is the second person in the ship?',
|
||||
type: 'string',
|
||||
max: 500
|
||||
|
||||
Reference in New Issue
Block a user