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 Sep 20, 2024. It is now read-only.
When trying to have my bot respond to a direct_mention event, nothing happened. The event came across into the express server and my controller event was never triggered.
What did you expect?
I expected my controller event handler (snippet below) to run, but nothing happened.