Compare commits

..

No commits in common. "0ca3be478b37454a0c5ea527f4001b5ea99a3fa2" and "ff009ffb61bc467fcf77edff166c2cf4bf52400b" have entirely different histories.

View File

@ -47,10 +47,6 @@ class BaseReactionHandler:
log_msg += f" with {payload.emoji.name}"
try:
channel = guild.get_channel(payload.channel_id)
if channel is None:
self._logger.warn(__name__, f"Channel not found")
return
message = await channel.fetch_message(payload.message_id)
self._logger.info(
__name__,