[Closed] Slow event triggering #7553
Answered
by
AmeyWale
skyeredwood
asked this question in
Q&A
-
Trying to listen for member update event - intents are working and other events (e.g. ready, message) are triggering but this event in particular won't work. Often it just doesn't work but when it does it's delayed by about 10-20 seconds. @bot.event
async def on_member_update(before, after):
print("Member updated") Any ideas why this is? |
Beta Was this translation helpful? Give feedback.
Answered by
AmeyWale
Mar 6, 2022
Replies: 2 comments 6 replies
-
In order to use this event, the member needs to be cached |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
skyeredwood
-
Make sure you have the proper intents for the update you are trying to receive (presences / members). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to use this event, the member needs to be cached