Silently aborts a command handler without sending a reply or logging an error.
Useful when you've already responded to the interaction (e.g. via pop.defer() followed
by sending a message to a channel) and want to stop further execution cleanly.
errorHandlerPlugin() swallows this error — nothing reaches the user.
Silently aborts a command handler without sending a reply or logging an error.
Useful when you've already responded to the interaction (e.g. via
pop.defer()followed by sending a message to a channel) and want to stop further execution cleanly.errorHandlerPlugin()swallows this error — nothing reaches the user.Example