DM messages not triggering events consistently
I am getting my
My intents
messageCreate
& messageUpdate
event correctly when the message is made in a guild, but in DM it doesn't trigger consistently.My intents
4 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
You also need
Channel
partial Popular Topics: Partial Structures
Prior you had to either handle the undocumented raw event or fetch the respective messages on startup. The first approach was prone to errors and unexpected internal behavior. The second was not fully fail-proof either, as the messages could still be uncached if cache size was exceeded in busy...
read more Popular Topics: Partial Structures
read more
will look into it
thanks
updated intents and partials and it worked as expected