twilight-rs/twilight

doc(model): in Event, two elements are inversed

tguichaoua opened this issue · 1 comments

The doc of those two elements from Event are inversed.

/// A guild integration was updated.
IntegrationDelete(IntegrationDelete),
/// A guild integration was deleted.
IntegrationUpdate(Box<IntegrationUpdate>),

Thank you for the report. This has been fixed in pull request #2173.