mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Change **: to :** when bolding lists
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = class HumbleBundleCommand extends Command {
|
||||
if (body.length > 1) {
|
||||
return msg.say(stripIndents`
|
||||
There are **${body.length}** bundles on right now!
|
||||
${body.map(bundle => `**${bundle.bundle_name}**: <${bundle.url}>`).join('\n')}
|
||||
${body.map(bundle => `**${bundle.bundle_name}:** <${bundle.url}>`).join('\n')}
|
||||
`);
|
||||
}
|
||||
const data = body[0];
|
||||
|
||||
Reference in New Issue
Block a user