aboutsummaryrefslogtreecommitdiff
path: root/discord/member.py
Commit message (Collapse)AuthorAgeFilesLines
* Add enumerators instead of strings.Rapptz2015-12-041-33/+24
| | | | Changes channel type, status and server region into 3.4 enums.
* Member.roles array now has the default role as the first element.Rapptz2015-11-281-1/+2
|
* Use try-except instead of checking for membership.Rapptz2015-11-201-7/+10
| | | | | | Basically, a lot of the checks revolving "if x in y" could be written more efficiently by doing the task anyway and ignoring the exception a la the EAFP guideline.
* fixed voice_members not updating when changing channelsAzza2015-11-191-0/+4
|
* Split data classes into more files.Rapptz2015-10-271-0/+101