channel kann bei reaction null sein #318
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?
channel kann bei reaction null sein
<2023-06-07 21:45:44.521413> [ ERROR ] [ modules.base.helper.base_reaction_handler ] [ Message ] [ Message ]: Getting message for reaction logging failed
<2023-06-07 21:45:44.521704> [ ERROR ] [ modules.base.helper.base_reaction_handler ] [ Message ]: 'NoneType' object has no attribute 'fetch_message' -> Traceback (most recent call last):
File "/app/modules/base/helper/base_reaction_handler.py", line 50, in handle
message = await channel.fetch_message(payload.message_id)
AttributeError: 'NoneType' object has no attribute 'fetch_message'