Wrong MessageUpdateEventArgs
Created by: Ivolution-dev
Summary
When a user delete a attachment from a message the MessageUpdated get triggert, but in the eventargs the Message Attachment count stays for example 1.
Details
.NET Core 3.1 Windows 10 Visual Studio 2019 Preview
Steps to reproduce
I think you only need to subscribe to the Client.MessageUpdated Event and send a Imagine with text in a server and then delete the imagine. Then you should see that the attachments don't change in the eventargs
Notes
I think the attachments get cached and not updated like the content, because if you stop the bot and send a message with a attachment and then start the bot and delete the attachment you get the right eventargs.