Currently, there is no way (that I know of) to access the underlying interaction on a slash command. This would be useful in order to perform actions not yet supported by gatekeeper (eg: #18), without losing gatekeeper's niceties like auto-syncing commands.
Maybe expose it as a something like readonly nativeInteraction: Interaction, to use the react convention for event handlers?