Compare commits

..

No commits in common. "d9d3f8c8b018d55b1c9231c32172b0c4af65f136" and "c841f39a03fb83c5ab8e8c396a1a6714ac6e8a93" have entirely different histories.

View File

@ -52,9 +52,6 @@ class BaseReactionHandler:
__name__,
f"{log_msg} to message {LogMessageHelper.get_log_string(message)}",
)
if member == message.author:
self._logger.debug(__name__, f"Skipping reaction handling")
return
except Exception as e:
self._logger.error(__name__, f"Getting message for reaction logging failed", e)
self._logger.info(__name__, f"{log_msg} to message {payload.message_id}")