Fix sed error involved in creation of voice websocket.

This commit is contained in:
Rapptz 2016-06-12 21:16:57 -04:00
parent dbd3147059
commit aecf0daf33

View File

@ -475,7 +475,7 @@ class DiscordVoiceWebSocket(websockets.client.WebSocketClientProtocol):
'server_id': client.guild_id,
'user_id': client.user.id,
'session_id': client.session_id,
'token': client.http.token
'token': client.token
}
}