Remove IMDB

This commit is contained in:
Daniel Odendahl Jr
2017-05-24 18:05:16 +00:00
parent 151c52df05
commit 045fec4448
5 changed files with 2 additions and 65 deletions
+1 -2
View File
@@ -30,8 +30,7 @@ module.exports = class QuizCommand extends Command {
const embed = new RichEmbed()
.setTitle('You have **15** seconds to answer this question:')
.setDescription(stripIndents`
**Category: ${decodeURIComponent(body.results[0].category)}**
**Difficulty: ${decodeURIComponent(body.results[0].difficulty)}**
**${decodeURIComponent(body.results[0].category)}**
True or False: ${decodeURIComponent(body.results[0].question)}
`);
msg.embed(embed);