Splyth / slack_bot

Slack Bot Created for the Animutiny Slack Group (Name is Lisa)
MIT License
9 stars 5 forks source link

Edits to existing messages should be ignored #61

Open noah-guillory opened 4 years ago

noah-guillory commented 4 years ago

As is, one can edit their message calling the bot for a request and the bot will still carry out the request over and over again. We should be ignoring edits and only paying attention to actual new messages

andrewmiller-ats commented 4 years ago

Should just be as simple as checking if the slack event message type has an "edited" field and not honoring the request if it does https://api.slack.com/events/message