This commit is contained in:
Daniel Odendahl Jr
2017-05-24 13:18:13 +00:00
parent 7baf540581
commit d93f095296
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = class QuizCommand extends Command {
.setDescription(stripIndents` .setDescription(stripIndents`
**Category: ${body.results[0].category}** **Category: ${body.results[0].category}**
**Difficulty: ${body.results[0].difficulty}** **Difficulty: ${body.results[0].difficulty}**
${body.results[0].question} True or False: ${body.results[0].question}
`); `);
msg.embed(embed); msg.embed(embed);
try { try {