API error event handlerHi, when I get a DiscordAPIError through the logger that starts like this:
Encountered error while handling an interaction handler run method for interaction-handler
Is there a singular event to capture these without listening to multiple events like
chatInputCommandError
,
commandAutocompleteInteractionError
and
contextMenuCommandError
etc?