Error is thrown if someone reactions to a any message with an emoji used for navigation. I believe this is when there is no initial message stored in activeObjects.
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/discord/client.py", line 312, in _run_event
await coro(*args, **kwargs)
File "/home/scripts/rewrite-applesauce/help/applesauce/plugins/plugins/plugins.py", line 419, in on_reaction_add
if self.activeObjects[guildid].messageHandle is None:
KeyError: 568265828856889374```
Error is thrown if someone reactions to a any message with an emoji used for navigation. I believe this is when there is no initial message stored in
activeObjects
.