We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d19d5 commit 328e89bCopy full SHA for 328e89b
interactions/api/gateway/state.py
@@ -53,7 +53,7 @@ def __attrs_post_init__(self, *args, **kwargs) -> None:
53
@property
54
def latency(self) -> float:
55
"""Returns the latency of the websocket connection."""
56
- return self.gateway.average_latency
+ return self.gateway.latency
57
58
59
def average_latency(self) -> float:
0 commit comments