aboutsummaryrefslogtreecommitdiff
path: root/discord/enums.py
Commit message (Collapse)AuthorAgeFilesLines
* Add remaining server regions to the enum.Rapptz2016-07-141-9/+13
|
* Add support for different message types and call message.Rapptz2016-07-131-0/+8
|
* Handle CHANNEL_UPDATE for group direct messages.Rapptz2016-07-131-0/+10
|
* Begin working on gateway v6 changes.Rapptz2016-07-131-3/+5
| | | | | The first batch of changes are related to channel types and group direct messages. Support these first so READY begins parsing.
* Add default avatar property to User.Khazhismel Kumykov2016-03-311-0/+17
|
* Add new US Central and US South voice regions.Rapptz2016-02-041-0/+2
|
* Update license of files to 2016.Rapptz2016-01-041-1/+1
|
* Add enumerators instead of strings.Rapptz2015-12-041-0/+54
Changes channel type, status and server region into 3.4 enums.