Achievement VoiceStateUpdate error #353
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-08-21 15:52:58.967300> [ ERROR ] [ cpl_discord.service.discord_service ]: 'Member' object has no attribute 'author' -> Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/cpl_discord/service/discord_service.py", line 96, in _handle_event
await func(*args, **kwargs)
File "/app/modules/achievements/events/achievement_on_voice_state_update_event.py", line 43, in on_voice_state_update
if member.author.bot:
AttributeError: 'Member' object has no attribute 'author'