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