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.
2 parents 2f2b225 + 55933be commit 9183f8bCopy full SHA for 9183f8b
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