We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff0e2a commit 0af70b1Copy full SHA for 0af70b1
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.TotalMilliseconds);
+ Program.discord.Logger.LogDebug("Heartbeat ping: {ping}", client.Ping.Milliseconds);
10
if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable("UPTIME_KUMA_PUSH_URL")) && client.IsConnected)
11
12
HttpResponseMessage response;
0 commit comments