I’ve build a simple slack bot that translates texts that gets send to it. It works well when run once.
When I push it to Immediately as data arrives, the bot keeps repeating the same message.
Now I do understand that this is because the webhook picks up the latest bot message, and tries to translate that one as well.
Can I make the webhook only read user-messages, not it’s own messages?
Next I’m trying to set it up as a slash command and see if the bot still picks up the last message.