Browse Source

Update gateway version docstring in DiscordWebSocket

pull/7492/head
Predä 3 years ago
committed by GitHub
parent
commit
32f131566f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/gateway.py

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

Loading…
Cancel
Save