aboutsummaryrefslogtreecommitdiff
path: root/discord/member.py
Commit message (Expand)AuthorAgeFilesLines
* Add Member.permissions_in.Rapptz2016-01-061-0/+16
* Update license of files to 2016.Rapptz2016-01-041-1/+1
* Add game data class, replace game_id.Khazhismel2015-12-231-5/+6
* Add __slots__ where appropriate to data classes.Rapptz2015-12-191-1/+5
* Add enumerators instead of strings.Rapptz2015-12-041-33/+24
* 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
* fixed voice_members not updating when changing channelsAzza2015-11-191-0/+4
* Split data classes into more files.Rapptz2015-10-271-0/+101