Receiving too many requests in my Bot user from slack

假装没事ソ 提交于 2019-11-28 14:23:31

No, that is normal behavior. Your bot will receive all message send to the channels your bot is in, including the messages the bot is sending himself. The only way to deal with this in my experience is to to filter out unwanted messages in your bot to avoid loops and double-processing of messages.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!