mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
update 3rd party deps
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user