anything for how to detect audit log update? #6049
Answered
by
Rapptz
SSS-Says-Snek
asked this question in
Q&A
-
Is there any way of detecting when an audit log updated? I want to make a bot that detects when the audit log updates, and send them to me. If there isn't any way, should there be an on_audit_update() event? |
Beta Was this translation helpful? Give feedback.
Answered by
Rapptz
Nov 18, 2020
Replies: 1 comment 1 reply
-
Discord does not provide gateway events that mention when an audit log entry has been added. There is the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discord does not provide gateway events that mention when an audit log entry has been added. There is the
on_member_ban
andon_member_unban
but these don't have to coincide with the entry being published in the audit log (i.e. if you poll when you get these events they might not be in the audit log yet).