mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 00:04:48 +02:00
Change **: to :** when bolding lists
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = class MinecraftSkinCommand extends Command {
|
||||
group: 'image-edit',
|
||||
memberName: 'minecraft-skin',
|
||||
description: 'Sends the Minecraft skin for a user.',
|
||||
details: `**Types**: ${types.join(', ')}`,
|
||||
details: `**Types:** ${types.join(', ')}`,
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class OsuSignatureCommand extends Command {
|
||||
group: 'image-edit',
|
||||
memberName: 'osu-signature',
|
||||
description: 'Creates a card based on an osu! user\'s stats.',
|
||||
details: `**Colors**: ${Object.keys(colors).join(', ')}`,
|
||||
details: `**Colors:** ${Object.keys(colors).join(', ')}`,
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
args: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user