stiff
This commit is contained in:
parent
1b9c4c900a
commit
0ac043371f
4 changed files with 120 additions and 28 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue