Fix for uploading multiple files.
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.