Update gateway version docstring in DiscordWebSocket

This commit is contained in:
Predä 2022-02-28 03:18:41 +01:00 committed by GitHub
parent d5f23dbfc2
commit 32f131566f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
-----------