Reaktionen durch patch kaputt #279
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
<2023-03-29 12:19:38.678284> [ ERROR ] [ cpl_discord.service.discord_service ]: 'RawReactionActionEvent' object has no attribute 'id' -> Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/cpl_discord/service/discord_service.py", line 102, in _handle_event
await func(*args, **kwargs)
File "/app/modules/base/events/base_on_raw_reaction_add.py", line 33, in on_raw_reaction_add
await self._reaction_handler.handle(payload, "add")
File "/app/modules/base/helper/base_reaction_handler.py", line 39, in handle
member = guild.get_member(payload.id)
AttributeError: 'RawReactionActionEvent' object has no attribute 'id'