From e5d22f4033f7976f87f8a45e632801f03316ece4 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 31 Mar 2024 12:43:07 -0400 Subject: [PATCH] Remove prompt --- commands/games-sp/20-questions.js | 1 - 1 file changed, 1 deletion(-) 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),