Remove prompt

This commit is contained in:
Dragon Fire
2024-03-31 12:43:07 -04:00
parent 2fe48c4fc9
commit e5d22f4033
-1
View File
@@ -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),