mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-02-17 08:20:50 +00:00
report number of cpus
This commit is contained in:
parent
05c1d88b2f
commit
01b46aff91
@ -38,6 +38,7 @@ namespace CompatBot.Commands
|
||||
true)
|
||||
.AddField("Runtime info", $"Confinement: {SandboxDetector.Detect()}\n" +
|
||||
$"OS: {RuntimeEnvironment.OperatingSystem} {RuntimeEnvironment.OperatingSystemVersion}\n" +
|
||||
$"CPUs: {Environment.ProcessorCount}\n" +
|
||||
$"Time zones: {TimeParser.TimeZoneMap.Count} out of {TimeParser.TimeZoneAcronyms.Count} resolved, {TimeZoneInfo.GetSystemTimeZones().Count} total", true);
|
||||
AppendPiracyStats(embed);
|
||||
AppendCmdStats(ctx, embed);
|
||||
|
Loading…
x
Reference in New Issue
Block a user