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
/
user.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add PremiumType enumeration and ClientUser.premium_type
Liam H
2019-02-12
1
-2
/
+5
*
Added User.mutual_friends()
CapnS
2018-12-14
1
-0
/
+21
*
add support for Bug Hunter and Early Supporter flags
bmintz
2018-11-24
1
-4
/
+12
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-4
/
+3
*
Revert "Rework documentation to not duplicate inherited members."
Rapptz
2018-10-11
1
-4
/
+0
*
Rework documentation to not duplicate inherited members.
Rapptz
2018-10-03
1
-0
/
+4
*
Optimise some member and user related routines.
Rapptz
2018-09-24
1
-0
/
+13
*
Add colour attribute for BaseUser
MusicOnline
2018-09-16
1
-0
/
+12
*
Fix up the Sphinx strings causing warnings.
Rapptz
2018-09-15
1
-4
/
+4
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-3
/
+3
*
Call Http.start_group() in ClientUser.create_group()
Bryan Forbes
2018-08-28
1
-1
/
+1
*
Added hypesquad house functionality
mental
2018-08-22
1
-1
/
+21
*
[lint] Fix types used for __slots__ and __all__
Hornwitser
2018-08-22
1
-1
/
+1
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-1
/
+0
*
Revert "Ensure gif avatar urls end in `.gif`"
khazhyk
2018-07-20
1
-4
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-27
/
+18
*
Add intersphinx
Tobotimus
2018-01-06
1
-21
/
+21
*
Ensure gif avatar urls end in `.gif`
khazhyk
2018-01-06
1
-1
/
+4
*
Fix Spelling Error
Mippy (William)
2017-11-12
1
-1
/
+1
*
is_avatar_animated should always return bool
khazhyk
2017-10-24
1
-1
/
+1
*
Rename avatar_is_animated to is_avatar_animated and make it a method.
Rapptz
2017-07-27
1
-5
/
+4
*
avatar_url_as improvements
khazhyk
2017-07-25
1
-8
/
+34
*
Add support for user flags in Profile.
Rapptz
2017-06-30
1
-3
/
+27
*
Use Python3Lexer instead of PythonLexer for pygments.
Rapptz
2017-05-22
1
-1
/
+1
*
More broken Channel references.
Rapptz
2017-05-20
1
-1
/
+1
*
Make supported operations stand out more than attributes.
Rapptz
2017-05-20
1
-16
/
+20
*
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
-26
/
+30
*
First pass at documentation reform.
Rapptz
2017-05-12
1
-2
/
+2
*
Fix premium key being missing in profile endpoint.
Rapptz
2017-03-13
1
-2
/
+3
*
Add User.is_blocked and User.is_friend shortcut methods.
Rapptz
2017-02-27
1
-0
/
+14
*
Add User.avatar_url_as to convert a user's avatar.
Rapptz
2017-02-22
1
-5
/
+37
*
Fix Member.display_name to work.
Rapptz
2017-02-10
1
-1
/
+1
*
Better group DM support.
Rapptz
2017-02-09
1
-0
/
+39
*
Add ClientUser.friends and ClientUser.blocked
Rapptz
2017-01-27
1
-0
/
+10
*
Implement User.profile coroutine to get a user's profile.
Rapptz
2017-01-24
1
-1
/
+37
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Add support for relationships.
Rapptz
2017-01-20
1
-2
/
+89
*
Add ClientUser.premium boolean.
Rapptz
2017-01-20
1
-1
/
+4
*
Make ClientUser separate from a regular User.
Rapptz
2017-01-19
1
-68
/
+207
*
Remove _get_guild_id from Messageable ABC.
Rapptz
2017-01-14
1
-3
/
+0
*
Remove extraneous unneeded hash calls.
Rapptz
2017-01-10
1
-1
/
+1
*
Return default avatar URL if an avatar is not given for User.avatar_url
Rapptz
2017-01-09
1
-4
/
+7
*
Use CDN URL for default avatars.
Rapptz
2017-01-09
1
-1
/
+1
*
Move global user cache to a WeakValueDictionary.
Rapptz
2017-01-04
1
-1
/
+1
*
Make User and Member messageable.
Rapptz
2017-01-03
1
-1
/
+36
*
Add useful repr to all data classes.
Rapptz
2017-01-03
1
-0
/
+3
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-1
/
+1
*
Slots use tuples instead now.
Rapptz
2017-01-03
1
-1
/
+1
[prev]
[next]