PantherHackers / PantherBot

PantherBot is a WebSocket Application that takes advantage of Slack's RTM API to interact with the channels that it is a part of.
Mozilla Public License 2.0
14 stars 14 forks source link

KeyError on message edit #84

Closed bcabio closed 7 years ago

bcabio commented 7 years ago

When I edit a message, I get this error screen shot 2017-08-30 at 3 37 05 pm

ghost commented 7 years ago

Make sure it's actually a message with the text field

ghost commented 7 years ago

"Messages" can be anything from join messages to user typing updates. Check the message type before using any field

ghost commented 7 years ago

Addressed in #88