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:
@@ -11,7 +11,7 @@ module.exports = class MemeCommand extends Command {
|
||||
group: 'random',
|
||||
memberName: 'meme',
|
||||
description: 'Responds with a random meme.',
|
||||
details: `**Subreddits**: ${subreddits.join(', ')}`,
|
||||
details: `**Subreddits:** ${subreddits.join(', ')}`,
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
args: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user