update 3rd party deps

This commit is contained in:
13xforever
2021-08-10 00:46:44 +05:00
parent 2d5df9c44b
commit bb6d17032b
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@
<PackageReference Include="DSharpPlus" Version="4.1.0" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.1.0" />
<PackageReference Include="DSharpPlus.Interactivity" Version="4.1.0" />
<PackageReference Include="Google.Apis.Drive.v3" Version="1.53.0.2397" />
<PackageReference Include="Google.Apis.Drive.v3" Version="1.54.0.2397" />
<PackageReference Include="ksemenenko.ColorThief" Version="1.1.1.4" />
<PackageReference Include="MathParser.org-mXparser" Version="4.4.2" />
<PackageReference Include="MegaApiClient" Version="1.9.0" />

View File

@@ -259,8 +259,8 @@ namespace CompatBot.Utils
return result;
}
private static DiscordColor GetColor(ReportSeverity severity) =>
severity switch
private static DiscordColor GetColor(ReportSeverity severity)
=> severity switch
{
ReportSeverity.Low => Config.Colors.LogInfo,
ReportSeverity.Medium => Config.Colors.LogNotice,