We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b64fa5 commit dff0e2aCopy full SHA for dff0e2a
Events/HeartbeatEvent.cs
@@ -6,7 +6,7 @@ public class HeartbeatEvent
6
{
7
public static async Task OnHeartbeat(IGatewayClient client)
8
9
- Program.discord.Logger.LogDebug("Heartbeat ping: {ping}", client.Ping.TotalMicroseconds);
+ Program.discord.Logger.LogDebug("Heartbeat ping: {ping}", client.Ping.TotalMilliseconds);
10
if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable("UPTIME_KUMA_PUSH_URL")) && client.IsConnected)
11
12
HttpResponseMessage response;
0 commit comments