mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
Change **: to :** when bolding lists
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = class GravityCommand extends Command {
|
||||
group: 'number-edit',
|
||||
memberName: 'gravity',
|
||||
description: 'Determines weight on another planet.',
|
||||
details: `**Planets**: ${Object.keys(planets).join(', ')}`,
|
||||
details: `**Planets:** ${Object.keys(planets).join(', ')}`,
|
||||
args: [
|
||||
{
|
||||
key: 'weight',
|
||||
|
||||
Reference in New Issue
Block a user