What events are sent out when someone prunes members?

Hypothetically if someone prunes 100 members, the bot receives a audit log prune event. Does it also end up receiving 100 gateway member leave events as well? I'm trying making a logging feature and I don't really have a way to test this. Very annoying but understandable that discord doesn't send the ids of pruned members.
2 Replies
d.js toolkit
d.js toolkit13mo ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
Blockzilla
Blockzilla13mo ago
so you do get all of the kick events? right those well is there a simple way to deal with them, to avoid having to send out 100 member leaves? i get i have to listen for both of the events, was wondering if there is a simpler way which is kinda annoying but oh well yeah seems expensive anyways thanks for your help