You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the problem you are having in as much detail as possible:
The oldMessage object in Client#messageUpdate is always a partial message (.author null, .content undefined, etc.) when partials for MESSAGE is enabled, cached or not.
Please describe the problem you are having in as much detail as possible:
The
oldMessageobject inClient#messageUpdateis always a partial message (.authornull,.contentundefined, etc.) when partials forMESSAGEis enabled, cached or not.Running the code below results in these logs:
oldMessagebefore fetch: https://pastebin.com/dh33sMDLoldMessageafter fetch: https://pastebin.com/JPRQzLkGInclude a reproducible code sample here, if possible:
Further details:
discord.js version: master
Node.js version: v11.14.0
Operating system: Manjaro v18.0.4
Priority this issue should have – please be realistic and elaborate if possible: Medium
I have also tested the issue on latest master, commit hash: 8b83e2f