This commit is contained in:
Emily 2020-04-07 18:10:01 +10:00
parent 1b9c4c900a
commit 0ac043371f
4 changed files with 120 additions and 28 deletions

View file

@ -45,7 +45,7 @@ exports.run = (client, message, args, level, data) => {
categories.sort().forEach((cat) => {
const filtered = commands.filter((cmd) => cmd.help.category === cat)
embed.addField(cat + ` [${filtered.size}]`, filtered.map((cmd) => '`' + cmd.help.name + '`').join(', '))
embed.addField(cat + ` [${filtered.size}]`, filtered.map((cmd) => '`' + cmd.help.name + '`').join(', '), true)
})
if (message.guild && data.guild.customCommands.length > 0) {