Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!(model): rename audit log event 'guildcreate' to 'guildupdate' (t…
…wilight-rs#966) Rename the `AuditLogEntry` variant `GuildCreate` to `GuildUpdate` due to `GuildUpdate` being the correct name. Docs: <https://github.com/discord/discord-api-docs/blob/101c24dc80460e2e168ffd66551ea22eab72e796/docs/resources/Audit_Log.md#audit-log-events> Closes twilight-rs#616. BREAKING CHANGES: `twilight_model::guild::audit_log::AuditLogEvent`'s `GuildCreate` variant has been renamed to `GuildUpdate`.
- Loading branch information