From 32f131566f387c03e186c480e77ef1b6f9bf03c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pred=C3=A4?= <46051820+PredaaA@users.noreply.github.com> Date: Mon, 28 Feb 2022 03:18:41 +0100 Subject: [PATCH] Update gateway version docstring in DiscordWebSocket --- discord/gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/gateway.py b/discord/gateway.py index 8df819cf2..d681750c2 100644 --- a/discord/gateway.py +++ b/discord/gateway.py @@ -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 -----------