© 2026 Hedgehog Software, LLC
@ApplyOptions<InteractionHandler.Options>({ name: 'justice-submit', interactionHandlerType: InteractionHandlerTypes.Button }) export class ButtonHandler extends InteractionHandler { public override parse(interaction: ButtonInteraction) { console.log('button is executing'); ... } ... }
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