discord-php / DiscordPHP

An API to interact with the popular messaging app Discord
MIT License
985 stars 236 forks source link

message_count on null #1004

Closed xWildFire closed 1 year ago

xWildFire commented 1 year ago

Environment

Describe the bug https://github.com/discord-php/DiscordPHP/blob/53729d5a338bf0597b07c834796b3791704d7f8f/src/Discord/WebSockets/Events/MessageDelete.php#L58

This line is sometimes causing error cause of $parent being null. Idk how it should correctly work so im just reporting it.