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
*
Use CDN URL for assets.
Rapptz
2017-01-09
1
-2
/
+2
*
Support animated avatars in User.avatar_url.
Rapptz
2016-12-23
1
-1
/
+6
*
Add User.mentioned_in helper to check if a message mentions you.
Rapptz
2016-04-29
1
-0
/
+16
*
Fix Member.display_name returning None
Khazhismel Kumykov
2016-04-29
1
-1
/
+1
*
Simplify User.display_name a bit.
Rapptz
2016-04-29
1
-2
/
+1
*
Add support for server specific nicknames.
Rapptz
2016-04-29
1
-0
/
+11
*
Add User.bot attribute to check if a user is a bot account.
Rapptz
2016-04-09
1
-1
/
+4
*
User.__str__ now includes the discriminator.
Rapptz
2016-04-01
1
-12
/
+12
*
Add default avatar property to User.
Khazhismel Kumykov
2016-03-31
1
-0
/
+11
*
Add created_at properties for Server and User.
Rapptz
2016-03-06
1
-0
/
+9
*
Move Member.permissions_in to User.permissions_in.
Rapptz
2016-01-21
1
-0
/
+16
*
Update license of files to 2016.
Rapptz
2016-01-04
1
-1
/
+1
*
Revert "Use super() in classes that could be subclassed."
Rapptz
2016-01-04
1
-1
/
+0
*
Use super() in classes that could be subclassed.
Rapptz
2016-01-04
1
-0
/
+1
*
Add __slots__ where appropriate to data classes.
Rapptz
2015-12-19
1
-5
/
+7
*
Most data classes now support hashing.
Rapptz
2015-12-17
1
-0
/
+5
*
Clean-up documentation to use NumPy style docs on remaining classes.
Rapptz
2015-12-16
1
-1
/
+1
*
All data classes now support !=, == and str(obj).
Rapptz
2015-12-13
1
-3
/
+1
*
Changed functions that return a constant value into properties.
Rapptz
2015-12-13
1
-0
/
+2
*
Switch to NumPy style documentation.
Rapptz
2015-12-04
1
-10
/
+6
*
Document supported operations in discord.User
Rapptz
2015-11-27
1
-0
/
+12
*
Initial commit
Rapptz
2015-08-21
1
-0
/
+73