discord-haskell v1.14.0 Release Notes

    • ๐Ÿ‘ป degustaf Add Exception instance for RestCallErrorCode

    • ๐Ÿ“œ yutotakano Replace JuicyPixels image parsing with a mimetype check. Make image handling consistent: use parseStickerImage fro sticker images. Use parseAvatarImage for avatars.

    • L0neGamer Make webhook API smaller, each constructor takes in a Maybe WebhookToken. Passing Nothing will continue to work as normal.

    • ๐Ÿ“š Annwan Huge documentation flourish. Removed deprecated AppCommandPermissions func & fix presences typo

    • ๐Ÿšš yutotakano Replace OverwriteId with Either RoleId UserId in ChannelPermission requests, and remove the type field from ChannelPermissionsOpts