Open OccamsQuattro opened 6 years ago
@OccamsQuattro Do you have a fallback handler in your bot?
# Default Fallback Handler for all events!
# This way things don't blow up when you get an event you
# have not set up a handler for.
def handle_event({event, _payload}, state) do
IO.puts "Received Event: #{event}"
{:ok, state}
end
I'm getting the following error when new members join the chat:
The bot has no problem receiving messages and sending messages. I cannot make sense of this error. Can someone help?