FluxpointDev / RevoltSharp

A C# lib for using the revolt chat API and connecting to the gateway to get events.
https://rvlt.gg/N33Rf6DE
MIT License
17 stars 3 forks source link

fix EditMessageAsync, ModifyChannelAsync, ModifyRoleAsync #13

Closed Foxite closed 1 year ago

Foxite commented 1 year ago

Fixed the response handling of several update/edit functions. They would successfully edit the message, but would throw an exception when trying to deserialize the response to an abstract class.

xXBuilderBXx commented 1 year ago

Thanks will merge this now but will have to package later.

xXBuilderBXx commented 1 year ago

Added in v4.0.8 thanks.