Fix sed error involved in creation of voice websocket.
This commit is contained in:
parent
dbd3147059
commit
aecf0daf33
@ -475,7 +475,7 @@ class DiscordVoiceWebSocket(websockets.client.WebSocketClientProtocol):
|
|||||||
'server_id': client.guild_id,
|
'server_id': client.guild_id,
|
||||||
'user_id': client.user.id,
|
'user_id': client.user.id,
|
||||||
'session_id': client.session_id,
|
'session_id': client.session_id,
|
||||||
'token': client.http.token
|
'token': client.token
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user