Can you add on_member_kick, on_member_timeout? #678
-
Can you add on_member_kick and on_member_timeout? I also have a question, is it possible to get who banned the user using the on_member_ban event? Because on_member_ban only gives discord.Guild and discord.User |
Beta Was this translation helpful? Give feedback.
Answered by
Lulalaby
Jan 1, 2022
Replies: 1 comment 1 reply
-
Not possible due to discord limitations. Use these alternatives (Don't know the exact names rn, search the docs):
For on_member_ban fetch the audit log. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Lulalaby
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Not possible due to discord limitations.
Use these alternatives (Don't know the exact names rn, search the docs):
For on_member_ban fetch the audit log.