Fixed DiscordEmbedBuilder copy ctor not copying thumbnail URL - Fixes #329
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();