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
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.