howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.38k stars 2.29k forks source link

Cannot read property '1' of undefined #2230

Open Mattw11486 opened 1 year ago

Mattw11486 commented 1 year ago

I am trying to integrate a weather option to my slack bot but running into several different errors. image If I change the message.match[1] to just "dallas" I then get a cannot perform GET on a process that has been revoked error. image Any ideas on what I am doing wrong here?