Skip to content

Fixed DiscordEmbedBuilder copy ctor not copying thumbnail URL - Fixes #329

Mateusz Brawański requested to merge github/fork/Kiritsu/patch-2 into master

Created by: Kiritsu

Summary

Fixes #329 (closed) where ThumbnailUrl was not copied in the ctor of DiscordEmbedBuilder that takes a DiscordEmbed

Changes proposed

Add this line this.ThumbnailUrl = original.Thumbnail?.Url?.ToString();

Merge request reports

Loading