© 2026 Hedgehog Software, LLC
categories.forEach((category) => { const dir = commands.filter((c) => c.category === category); const capitalise = category.slice(0, 1).toUpperCase() + category.slice(1); embed.addFields({ name: `${capitalise} [${dir.size}]`, value: dir.map((c) => `\`${c.name}\``).join(', ') }); });
c.name
command.supportsChatInputcommands()
Join the Discord to ask follow-up questions and connect with the community
Sapphire is a next-gen object-oriented Discord.js bot framework.
2,286 Members