twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
652 stars 130 forks source link

fix(gateway): Add missing flag to `EventTypeFlags::GUILD_MESSAGES` #2332

Closed BooTheDev closed 4 months ago

BooTheDev commented 4 months ago

EventTypeFlag::GUILD_MESSAGES should include the EventTypeFlag::MESSAGE_UPDATE flag and no duplicated EventTypeFlag::MESSAGE_DELETE flag.

vilgotf commented 4 months ago

Thanks!