-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] AuditLogEventType 130, 131, 132 missing #1600
Comments
I can look into that 🙋♂️ |
Seems like an undocumented part of the api, I can suggest names for the events to wait the official implémentation. |
It's because it's undocumented that I made an issue report instead of a PR |
Okay I see, maybe we could use like |
If it's undocumented, the usual thing to do is to simply not add anything until it is. We've ran into issues in the past where we named something too early and would have to do a breaking change to rename it. |
Okay, then we hold that issue for now. |
Setting this issue to pending until documentation exists for the new enumerations. |
Should this issue still be pending? It looks like the documentation has been added here: https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events |
Library Version
5.11.0
Describe the Bug
Class
AuditLogEventType
received an invalid and unexpected value130
, a new enum item will be created to represent this value. Please update interactions.py or report this issue on GitHub - https://github.com/interactions-py/interactions.py/issuesSteps to Reproduce
130 = Add a sound to the soundboard
131 = Modify a sound in the soundboard
132 = Delete a sound from the soundboard
Expected Results
AuditLogeventType should recognize these
Minimal Reproducible Code
No response
Traceback
No response
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: