index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
member.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add Member.colour property to get rendered role colour of a member.
Rapptz
2016-03-27
1
-1
/
+20
|
*
Move Member.permissions_in to User.permissions_in.
Rapptz
2016-01-21
1
-16
/
+0
|
*
Change member constructor to not rely on order of json data object
Khazhismel
2016-01-12
1
-7
/
+7
|
*
Handle cases where people put False-like values for game presences.
Rapptz
2016-01-11
1
-2
/
+2
|
*
Change internal update functions to have a leading underscore.
Rapptz
2016-01-11
1
-2
/
+2
|
*
Add Member.permissions_in.
Rapptz
2016-01-06
1
-0
/
+16
|
|
|
|
Fixes #63
*
Update license of files to 2016.
Rapptz
2016-01-04
1
-1
/
+1
|
*
Add game data class, replace game_id.
Khazhismel
2015-12-23
1
-5
/
+6
|
*
Add __slots__ where appropriate to data classes.
Rapptz
2015-12-19
1
-1
/
+5
|
*
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