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
I think it'd also require updating the MessageUpdate action so it no longer accounts for partials on the message received, but I'm not so sure about that part. Upon discussion with staff, this isn't the case.
Ideal solution or implementation
For ClientEvents#messageUpdate's newMessage to no longer be typed as Message | PartialMessage, but rather just Message.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered:
Which application or package is this feature request for?
discord.js
Feature
According to discord/discord-api-docs#7017 the message update payload is no longer a partial object, but rather the full message object.
As such, the
ClientEvents#messageUpdate
'snewMessage
shouldn't be typed as a partial anymore.I think it'd also require updating the MessageUpdate action so it no longer accounts for partials on the message received, but I'm not so sure about that part.Upon discussion with staff, this isn't the case.Ideal solution or implementation
For
ClientEvents#messageUpdate
'snewMessage
to no longer be typed asMessage | PartialMessage
, but rather justMessage
.Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered: