You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2022. It is now read-only.
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?
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?