ยฉ 2026 Hedgehog Software, LLC
public override async registerApplicationCommands(registry: ApplicationCommandRegistry) { registry.registerChatInputCommand((builder) => applyLocalizedBuilder(builder, 'commands/mycommand:name', 'commands/mycommand:description').setDMPermission(true) ); }
applyLocalizedBuilder(builder, 'mycommand', 'commands/mycommand:description')
.setName('mycommand')