We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893f476 commit 55933beCopy full SHA for 55933be
discord/http.py
@@ -153,7 +153,7 @@ def __exit__(
153
if self._unlock:
154
self.lock.release()
155
156
-
+
157
# For some reason, the Discord voice websocket expects this header to be
158
# completely lowercase while aiohttp respects spec and does it as case-insensitive
159
aiohttp.hdrs.WEBSOCKET = 'websocket' # type: ignore
0 commit comments