Skip to content

Fix for uploading multiple files.

Mateusz Brawański requested to merge github/fork/AnriaruDoragon/master into master

Created by: AnriaruDoragon

Uploading multiple files with DiscordMessageBuilder and DiscordWebhookBuilder is broken.

mprequest._removeFileCount has been always false and condition for the count in RestClient.BuildRequest always returned String.Empty, which means all files had the same name and were repeating, discord counted them all as a single file.

Merge request reports

Loading