aboutsummaryrefslogtreecommitdiff
path: root/discord/member.py
Commit message (Collapse)AuthorAgeFilesLines
* 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