Browse Source

Fix sed error involved in creation of voice websocket.

pull/244/head
Rapptz 9 years ago
parent
commit
aecf0daf33
  1. 2
      discord/gateway.py

2
discord/gateway.py

@ -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
}
}

Loading…
Cancel
Save