| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add enumerators instead of strings. | Rapptz | 2015-12-04 | 1 | -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. | Rapptz | 2015-11-28 | 1 | -1/+2 |
| | | |||||
| * | Use try-except instead of checking for membership. | Rapptz | 2015-11-20 | 1 | -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 channels | Azza | 2015-11-19 | 1 | -0/+4 |
| | | |||||
| * | Split data classes into more files. | Rapptz | 2015-10-27 | 1 | -0/+101 |