ยฉ 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()