© 2026 Hedgehog Software, LLC
const commandsColl = await client.application.commands.fetch();
for (const command in commandsColl) { //and i do something here console.log(command); }