mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Change **: to :** when bolding lists
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = class MathQuizCommand extends Command {
|
||||
group: 'games',
|
||||
memberName: 'math-quiz',
|
||||
description: 'See how fast you can answer a math problem in a given time limit.',
|
||||
details: `**Difficulties**: ${difficulties.join(', ')}`,
|
||||
details: `**Difficulties:** ${difficulties.join(', ')}`,
|
||||
args: [
|
||||
{
|
||||
key: 'difficulty',
|
||||
|
||||
Reference in New Issue
Block a user