mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 11:21:16 +02:00
Remove prompt
This commit is contained in:
@@ -24,7 +24,6 @@ module.exports = class TwentyQuestionsCommand extends Command {
|
|||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'game',
|
key: 'game',
|
||||||
prompt: `What game do you want to play? Either ${list(Object.keys(games), 'or')}.`,
|
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
oneOf: Object.keys(games),
|
oneOf: Object.keys(games),
|
||||||
|
|||||||
Reference in New Issue
Block a user