### Description If you try to update someone elses message (which 9/10 its accidental), while also providing CV2, you get the wrong error message ### Steps to Reproduce - `curl -X PATCH -H "Authorization: Bot you-wish" -H "Content-Type: application/json" -d '{"components": [{"type": 17,"accent_color": 5793266,"components": [{"type": 10,"content": "::33"}]}],"flags": 32768}' https://canary.discord.com/api/v10/channels/868830230503100426/messages/1389750749797552168` ### Expected Behavior You get `{"message": "Cannot edit a message authored by another user", "code": 50005}` ### Current Behavior You get `MESSAGE_CANNOT_USE_LEGACY_FIELDS_WITH_COMPONENTS_V2` ### Screenshots/Videos _No response_ ### Client and System Information N/A