errbotio / err-backend-slackv3

Slack Events and RTM backend for Errbot
GNU General Public License v3.0
27 stars 28 forks source link

Fix bot uid not found #74

Closed jcfrt closed 2 years ago

jcfrt commented 2 years ago

If the slack "person" is a a bot, a different endpoint has to be used to get information, otherwise the API endpoint "users.info" will return an error saying "user_not_found".

jcfrt commented 2 years ago

This should fix #67

nzlosh commented 2 years ago

Thank you for the contribution. I'll merge with the current logic to skip short bot ids and create a new patch once it's clearer how these magic ids are meant to be handled.