Khazhismel
4071757c40
Use unordered kwargs when constructing member, don't provide duplicate value for member mute/deafen
2016-01-12 11:41:46 -05:00
SamSchlegel
2f61d086e4
Game information is now represented in a Game object
2015-12-24 00:15:58 -05:00
Rapptz
df3cb831a9
Member.roles array now has the default role as the first element.
2015-11-28 19:26:25 -05:00
Rapptz
5ca04ea08f
Use try-except instead of checking for membership.
...
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.
2015-11-20 17:39:51 -05:00
Azza
0b4706699f
fixed voice_members not updating when changing channels
2015-11-19 23:15:27 -05:00
Rapptz
a0073c734e
Split data classes into more files.
2015-10-27 16:23:20 -04:00