mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Change **: to :** when bolding lists
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = class DeviantartCommand extends Command {
|
||||
group: 'search',
|
||||
memberName: 'deviantart',
|
||||
description: 'Responds with an image from a DeviantArt section, with optional query.',
|
||||
details: `**Sections**: ${sections.join(', ')}`,
|
||||
details: `**Sections:** ${sections.join(', ')}`,
|
||||
args: [
|
||||
{
|
||||
key: 'section',
|
||||
|
||||
Reference in New Issue
Block a user