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
*
Use lower level Guild.owner_id for permission resolution.
Rapptz
2019-07-10
1
-1
/
+1
*
Fix NameError in member upgrade code
Rapptz
2019-07-10
1
-1
/
+1
*
Add upgraded Member to Message.mentions in case of no cache.
Rapptz
2019-07-10
1
-0
/
+11
*
Different method of upgrading user instances
Rapptz
2019-07-10
1
-5
/
+1
*
Set premium_since when copying and updating Member
SnowyLuma
2019-06-11
1
-0
/
+2
*
Improve documentation
NCPlayz
2019-06-07
1
-16
/
+24
*
Add Member.premium_since to denote member boost date.
Rapptz
2019-06-04
1
-1
/
+5
*
Use attrgetter to speed up Member attribute access by 2x.
Rapptz
2019-05-25
1
-2
/
+5
*
Add support for voice kicking.
Rapptz
2019-04-30
1
-5
/
+13
*
Fix long-standing issue with user updates not dispatching properly.
Rapptz
2019-04-08
1
-4
/
+24
*
GUILD_MEMBER_UPDATE no longer does actual user updates.
Rapptz
2019-04-08
1
-7
/
+1
*
Don't use an enum when unnecessary in Member._client_status
Rapptz
2019-04-08
1
-1
/
+1
*
Organise documentation
NCPlayz
2019-03-19
1
-13
/
+13
*
Update Member.joined_at on MESSAGE_CREATE and document it can be None.
Rapptz
2019-02-27
1
-2
/
+12
*
Add self_video property to VoiceState
DerpyChap
2019-02-18
1
-2
/
+5
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Fix some lingering attribute setting issues.
Rapptz
2018-12-14
1
-0
/
+5
*
Add support for mobile indicators and per-client statuses.
Rapptz
2018-12-14
1
-7
/
+34
*
Actually drop copy.copy in Member
Hornwitser
2018-11-24
1
-6
/
+0
*
Add support for multiple activities
SnowyLuma
2018-11-24
1
-6
/
+18
*
Revert "Rework documentation to not duplicate inherited members."
Rapptz
2018-10-11
1
-3
/
+1
*
Rework documentation to not duplicate inherited members.
Rapptz
2018-10-03
1
-1
/
+3
*
Optimise some member and user related routines.
Rapptz
2018-09-24
1
-4
/
+19
*
Change internal representation of roles in Member and Emoji.
Rapptz
2018-09-24
1
-14
/
+20
*
Change internal role storage in Guild to a dict instead of a list.
Rapptz
2018-09-24
1
-2
/
+2
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-2
/
+2
*
Correct Member.__hash__
Mitchell Ferree
2018-08-23
1
-1
/
+1
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-2
/
+2
*
[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
[next]