Skip to content

Added attachment content type

Created by: DWaffles

Summary

Implements attachment content type from #825. Related Discord Dev Doc PR.

Changes proposed

  • Added MediaType property to DiscordAttachment of type string, with the JsonProperty content_type
  • Added basic command to TestBot to... test out the change

Notes

I've done a look through the library to see where if at all MediaType needs to explicitly set and I haven't found any. If there is I can make the required changes.

Merge request reports