mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Better
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user