You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of the "type" audit log change may be a string in the case of
integrations or an integer in the case of channels, so we need to change
its values to be an enum with variants for unsigned integers and string.
Closes#2110.
The value of the "type" audit log change may be a string in the case of
integrations or an integer in the case of channels, so we need to change
its values to be an enum with variants for unsigned integers and string.
Closes#2110.
Copied from a report in our Discord server.
Error:
Payload:
twilight/twilight-model/src/guild/audit_log/change.rs
Lines 629 to 635 in 704a789
The definition currently assumes an integer because of other entities such as channels and webhooks, but integration types can be strings.
The text was updated successfully, but these errors were encountered: