Receiving too many requests in my Bot user from slack

后端 未结 1 1756
甜味超标
甜味超标 2020-12-12 05:35

I am trying to implement a bot user in slack, but right now when i send a message to slack as a user, my bot gets more messages requests than it should.

The event th

1条回答
  •  -上瘾入骨i
    2020-12-12 05:57

    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.

    0 讨论(0)
提交回复
热议问题