Skip to content
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

Rename audit log event variant GuildCreate to GuildUpdate #966

Merged
merged 1 commit into from
Jun 29, 2021
Merged

Rename audit log event variant GuildCreate to GuildUpdate #966

merged 1 commit into from
Jun 29, 2021

Commits on Jun 27, 2021

  1. fix!(model): rename audit log event 'guildcreate' to 'guildupdate'

    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 #616.
    
    BREAKING CHANGES: `twilight_model::guild::audit_log::AuditLogEvent`'s
    `GuildCreate` variant has been renamed to `GuildUpdate`.
    
    Signed-off-by: Vivian Hellyer <vivian@hellyer.dev>
    zeylahellyer committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    d48f25f View commit details
    Browse the repository at this point in the history