if an interaction fails for any reason, the user who triggered it should receive an error message explaining what went wrong
SpinShare Referee Bot
refbot.ellite.dev/overlay
send error message to user who caused a failed interaction #19
open
opened by
alpine.girlfag.club
fixed in
7d1987ewrapped all component interaction collectors (
readyCol,pickCol,banSelectCol,banOrderCol, roll collector) in try/catch. errors now reply ephemerally to the user who triggered the interaction via a newreplyWithErrorhelper that handles both the replied and deferred cases. also fixed the existing pick phase catch block which was incorrectly sending the error to the original slash command interaction instead of the button/select interaction.