Der Bot nimmt keine zugewiesenen Rollen #287
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?
AutoRole tut nicht richtig
<2023-03-31 09:59:55.540578> [ 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/auto_role/events/auto_role_on_raw_reaction_remove.py", line 33, in on_raw_reaction_remove
await self._reaction_handler.handle(payload, "remove")
File "/app/modules/auto_role/helper/auto_role_reaction_handler.py", line 35, in handle
user = guild.get_member(payload.id)
AttributeError: 'RawReactionActionEvent' object has no attribute 'id'