Skip to content

Commit 9183f8b

Browse files
committed
Merge branch 'global-slash-commands' of https://github.com/PenguinDevs/pycord into global-slash-commands
2 parents 2f2b225 + 55933be commit 9183f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def __exit__(
153153
if self._unlock:
154154
self.lock.release()
155155

156-
156+
157157
# For some reason, the Discord voice websocket expects this header to be
158158
# completely lowercase while aiohttp respects spec and does it as case-insensitive
159159
aiohttp.hdrs.WEBSOCKET = 'websocket' # type: ignore

0 commit comments

Comments
 (0)