mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user