aboutsummaryrefslogtreecommitdiff
path: root/discord/gateway.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename threading internal variable conflict.Rapptz2016-05-131-3/+3
|
* Force encoding of text retrieval functions to use utf-8.Rapptz2016-05-101-1/+1
| | | | Closes #207
* Add Game.type and Game.url attributes to change streaming status.Rapptz2016-05-061-1/+1
|
* Add a TimeoutError if VoiceClient.connect fails.Rapptz2016-05-061-1/+1
|
* Suppress ConnectionClosed on sending in the main websocket.Rapptz2016-05-061-2/+9
|
* Working multi-server voice support.Rapptz2016-05-011-40/+21
|
* Refactor voice websocket into gateway.pyRapptz2016-04-271-6/+184
|
* Begin working on gateway v4 support.Rapptz2016-04-271-0/+402
Bump websockets requirement to v3.1 Should be squashed...