mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 03:14:35 +02:00
Change **: to :** when bolding lists
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = class Base64Command extends Command {
|
||||
group: 'text-edit',
|
||||
memberName: 'base64',
|
||||
description: 'Converts text to/from Base64.',
|
||||
details: `**Modes**: ${modes.join(', ')}`,
|
||||
details: `**Modes:** ${modes.join(', ')}`,
|
||||
args: [
|
||||
{
|
||||
key: 'mode',
|
||||
|
||||
Reference in New Issue
Block a user