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 that I have added to my bot user is message.groups. I don't know if the events can interferer with the normal flow of the conversation.
In this log USER REQUEST is what the user sent to the bot and BOT AWSER is what bot sends. As you can see slack is receiving the same message (event_time is the same) two times in a row, when i send just one message to the channel.
Can someone tell me if this is my problem and not slack problem? What can I do to revert this situation and begin to receive only the messages I post to slack instead of getting repeated messages?