Does the Guild Event, Leave, work with bans and kicks? #2149
Answered
by
MinnDevelopment
Pluppers
asked this question in
Questions and Help
-
Context: I am creating a file for each and every person on my server, and if someone leaves, I want to delete their file to save some space. I want to know if the guild leave event also counts kicks and bans so that I can work around it if it doesn't. |
Beta Was this translation helpful? Give feedback.
Answered by
MinnDevelopment
Jun 6, 2022
Replies: 1 comment 1 reply
-
The GuildMemberRemoveEvent is fired for any kind of way a member is removed from a guild. This includes kick/ban/leave just like the docs say. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Pluppers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The GuildMemberRemoveEvent is fired for any kind of way a member is removed from a guild. This includes kick/ban/leave just like the docs say.