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
*
Add Member.get_role
Michael H
2021-05-27
1
-0
/
+17
*
Fix issues with imports causing NameErrors
Josh
2021-05-12
1
-0
/
+2
*
Type up **kwargs of various methods
Nadir Chowdhury
2021-05-10
1
-6
/
+43
*
`activities` is no longer nullable
Nadir Chowdhury
2021-04-17
1
-2
/
+2
*
Rewrite Asset design
Rapptz
2021-04-16
1
-3
/
+3
*
Add note to member docs about Spotify limitation
numbermaniac
2021-04-14
1
-0
/
+13
*
Remove User.permissions_in
Rapptz
2021-04-11
1
-23
/
+1
*
Remove Member related handling in PRESENCE_UPDATE
Rapptz
2021-04-11
1
-11
/
+0
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+5
*
Convert datetimes to aware datetimes with UTC.
Rapptz
2021-04-04
1
-3
/
+3
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-8
/
+7
*
Implement StageChannel and related methods
Nadir Chowdhury
2021-04-03
1
-5
/
+90
*
[docs] copy signature from overridden and inherited methods
Sebastian Law
2021-03-29
1
-1
/
+1
*
Make `await` text appear in async Member method docs
Sebastian Law
2021-03-24
1
-2
/
+8
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-7
/
+3
*
Fix User public flags not updating
Lucas
2021-01-17
1
-3
/
+3
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Update add_roles docstring to mention role order.
Perry Cate
2021-01-14
1
-2
/
+4
*
Add support for Member.pending boolean attribute
Rapptz
2020-12-18
1
-1
/
+13
*
[chore] Remove redundant imports
Nadir Chowdhury
2020-11-28
1
-1
/
+1
*
Intern status and overwrite strings
Rapptz
2020-09-23
1
-4
/
+5
*
Allow finer grained control over the member cache.
Rapptz
2020-09-23
1
-0
/
+8
*
Handle user updates within GUILD_MEMBER_UPDATE
Rapptz
2020-09-23
1
-9
/
+12
*
Fix and add documentation
Michael
2020-09-23
1
-1
/
+6
*
Completely update member references from message inner members.
Rapptz
2020-09-17
1
-1
/
+7
*
Fix Member.joined_at documentation
rodovia
2020-09-09
1
-2
/
+2
*
Documentation formatting
Skezza
2020-06-30
1
-2
/
+2
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-2
/
+7
*
Removes the caching behavior of Member.roles
Michael H
2020-06-04
1
-12
/
+7
*
Add support for public user flags
JohnyTheCarrot
2020-05-29
1
-1
/
+1
*
Fix colour properties being displayed as methods in the documentation.
kittenswolf
2020-05-03
1
-2
/
+2
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-3
/
+3
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Expose _ActivityTag as BaseActivity to easily refer to.
Rapptz
2020-01-14
1
-2
/
+2
*
Cache member.roles access to avoid surprising performance traps
Rapptz
2020-01-06
1
-2
/
+12
*
Fix Member.mentioned_in returning True if in separate guilds
Rapptz
2020-01-06
1
-3
/
+5
*
Added Optional to VoiceState.channel type
Willy
2019-11-15
1
-1
/
+1
*
Add self_stream property to VoiceState object.
Joshua B
2019-09-19
1
-2
/
+8
*
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
[next]