mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Remove IMDB
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user