mineral-dart / core

🧡 The neuralgic heart of the application, this module gathers all the functionalities of the framework.
https://mineral-foundation.org
MIT License
27 stars 8 forks source link

[Event] - GuildMemberRemove get deleted user and throw an error #176

Closed LeadcodeDev closed 3 months ago

LeadcodeDev commented 3 months ago

Context

When a member is deleted from the server, the serverMemberRemove event is triggered. This packet executes an HTTP request to the Discord API to retrieve the previously deleted member.

The problem is that this user no longer exists on the Discord side.

Image

Steps