From d93f0952964aee9e34b8a16f9d86fcc0e41aa00c Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 24 May 2017 13:18:13 +0000 Subject: [PATCH] Better --- commands/games/quiz.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/quiz.js b/commands/games/quiz.js index 79ae4989..49d2a4e4 100644 --- a/commands/games/quiz.js +++ b/commands/games/quiz.js @@ -31,7 +31,7 @@ module.exports = class QuizCommand extends Command { .setDescription(stripIndents` **Category: ${body.results[0].category}** **Difficulty: ${body.results[0].difficulty}** - ${body.results[0].question} + True or False: ${body.results[0].question} `); msg.embed(embed); try {