Update gateway version docstring in DiscordWebSocket

This commit is contained in:
Predä
2022-02-27 21:18:41 -05:00
committed by GitHub
parent d5f23dbfc2
commit 32f131566f
+1 -1
View File
@@ -241,7 +241,7 @@ DWS = TypeVar('DWS', bound='DiscordWebSocket')
class DiscordWebSocket:
"""Implements a WebSocket for Discord's gateway v6.
"""Implements a WebSocket for Discord's gateway v10.
Attributes
-----------