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 (
Expand
)
Author
Age
Files
Lines
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-1
/
+0
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-27
/
+19
*
Split Game object to separate Activity subtypes for Rich Presences.
Rapptz
2018-03-05
1
-12
/
+11
*
Add intersphinx
Tobotimus
2018-01-06
1
-8
/
+8
*
Attempt to change how member functions are detected for Member objects
Rapptz
2017-09-04
1
-1
/
+1
*
Sort roles by hierarchy instead of by ID.
Rapptz
2017-08-29
1
-18
/
+9
*
Fix docstring
Ethan
2017-08-22
1
-1
/
+1
*
Add atomic keyword argument for member role editing operations.
Rapptz
2017-08-21
1
-11
/
+33
*
Support for discord.Object in Member.remove_roles and Member.add_roles
Rapptz
2017-08-09
1
-5
/
+8
*
Properly sort roles and discard everyone role in Member.colour.
Rapptz
2017-06-24
1
-2
/
+4
*
Use Python3Lexer instead of PythonLexer for pygments.
Rapptz
2017-05-22
1
-1
/
+1
*
More broken Channel references.
Rapptz
2017-05-20
1
-2
/
+2
*
Make supported operations stand out more than attributes.
Rapptz
2017-05-20
1
-10
/
+12
*
Minor speedup when doing comparisons.
Rapptz
2017-05-18
1
-2
/
+4
*
Fix User == Member comparisons.
Rapptz
2017-05-18
1
-2
/
+2
*
Use describe instead of tables for supported operations.
Rapptz
2017-05-13
1
-13
/
+17
*
First pass at documentation reform.
Rapptz
2017-05-12
1
-3
/
+3
*
Allow comparison between User and Member instances again.
Rapptz
2017-05-10
1
-1
/
+1
*
Add support for audit log reasons.
Rapptz
2017-05-07
1
-11
/
+19
*
Change some format usage to use %-formatting.
Rapptz
2017-05-04
1
-2
/
+2
*
Implement audit logs.
Rapptz
2017-04-30
1
-2
/
+2
*
Remove unused imports.
Rapptz
2017-04-18
1
-1
/
+1
*
Fix issue with members not copying correctly.
Rapptz
2017-03-05
1
-0
/
+6
*
Forward keyword arguments in Member.ban
Rapptz
2017-02-21
1
-2
/
+2
*
Fix Member.display_name to work.
Rapptz
2017-02-10
1
-0
/
+10
*
Fix Member.permissions_in passing in the wrong self parameter.
Rapptz
2017-01-31
1
-0
/
+16
*
Make all public is_ functions into methods instead of properties.
Rapptz
2017-01-29
1
-3
/
+3
*
Add missing int casts in many different events in the state.
Rapptz
2017-01-28
1
-5
/
+0
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Add support for relationships.
Rapptz
2017-01-20
1
-2
/
+3
*
Make ClientUser separate from a regular User.
Rapptz
2017-01-19
1
-2
/
+2
*
Remove _get_guild_id from Messageable ABC.
Rapptz
2017-01-14
1
-3
/
+0
*
VoiceChannel.voice_members is now computed when needed.
Rapptz
2017-01-08
1
-1
/
+4
*
Fix bug that made member roles go missing.
Rapptz
2017-01-03
1
-10
/
+19
*
Make User and Member messageable.
Rapptz
2017-01-03
1
-1
/
+11
*
Move message creation to a factory method inside ConnectionState.
Rapptz
2017-01-03
1
-4
/
+4
*
Add useful repr to all data classes.
Rapptz
2017-01-03
1
-1
/
+5
*
Absolute import some circular dependencies to appease Python 3.4.
Rapptz
2017-01-03
1
-4
/
+4
*
Rename try_insert_user to store_user
Rapptz
2017-01-03
1
-1
/
+1
*
Make emojis and members stateful.
Rapptz
2017-01-03
1
-6
/
+195
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-20
/
+20
*
Optimise VoiceState for memory.
Rapptz
2017-01-03
1
-60
/
+20
*
Begin working on the rewrite.
Rapptz
2017-01-03
1
-17
/
+113
*
Fix Member.server_permissions docstring.
Rapptz
2016-10-04
1
-1
/
+1
*
Add Member.server_permissions to calculate server permissions.
Rapptz
2016-09-21
1
-0
/
+27
*
Make Roles totally ordered.
Rapptz
2016-09-21
1
-1
/
+1
*
Fix voice state update issue in on_voice_state_update
Rapptz
2016-07-23
1
-4
/
+7
*
Remove unused internal code in Member.
Rapptz
2016-07-22
1
-18
/
+0
*
Add support for querying information about group calls.
Rapptz
2016-07-15
1
-25
/
+77
*
Add Member.top_role property to get the highest role.
Rapptz
2016-06-18
1
-0
/
+13
[next]