Skip to content

Fix embed URIs not being encoded properly.

Mateusz Brawański requested to merge github/fork/Neuheit/patch/565 into master

Created by: Neuheit

Summary

Fixes #565 (closed).

Details

This primarily resolves the encoding issue described in the linked issue. I also added the ability for users to change the width and height of the thumbnail and made the thumbnail its own class as an EmbedThumbnail. I also made it to where users cannot set a custom status for bots.

Changes proposed

  • Fix encoding issue.
  • Make embed thumbnail a separate class to specify height and width.
  • Fixed a few documentation issues
  • Throws an exception if the user tries to set a custom activity type.

Merge request reports

Loading