Browse Source
Update gateway version docstring in DiscordWebSocket
pull/7492/head
Predä
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
----------- |
|
|
|