diff --git a/commands/games-sp/20-questions.js b/commands/games-sp/20-questions.js index 396119f8..47ebe15b 100644 --- a/commands/games-sp/20-questions.js +++ b/commands/games-sp/20-questions.js @@ -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),