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
/
server.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Pass kwargs to all constructors for future proofing.
Rapptz
2015-10-13
1
-4
/
+4
|
*
Add get_default_role for servers to get the 'everyone' role.
Rapptz
2015-09-07
1
-0
/
+6
|
*
Remove owner_id from Server and use owner instead.
Rapptz
2015-09-04
1
-3
/
+3
|
|
|
|
owner will be the actual Member who owns the server.
*
Refactor parse_time into its own utils file.
Rapptz
2015-09-04
1
-2
/
+2
|
*
Use kwargs if the number of arguments needed is too many.
Rapptz
2015-09-04
1
-10
/
+10
|
*
Python3 import fixes.
Rapptz
2015-08-28
1
-2
/
+2
|
*
Quick documentation fixes
Rapptz
2015-08-27
1
-1
/
+1
|
*
on_status now takes only a member.
Rapptz
2015-08-27
1
-3
/
+3
|
*
Give members their server as an attribute.
Rapptz
2015-08-27
1
-0
/
+4
|
*
Members now have status info.
Rapptz
2015-08-27
1
-1
/
+9
|
*
Documentation update.
Rapptz
2015-08-26
1
-1
/
+1
|
*
Server members are now their own class that subclass Users.
Rapptz
2015-08-26
1
-2
/
+55
|
|
|
|
Roles are also now properly parsed.
*
Initial commit
Rapptz
2015-08-21
1
-0
/
+75