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