aboutsummaryrefslogtreecommitdiff
path: root/discord/server.py
Commit message (Collapse)AuthorAgeFilesLines
* Pass kwargs to all constructors for future proofing.Rapptz2015-10-131-4/+4
|
* Add get_default_role for servers to get the 'everyone' role.Rapptz2015-09-071-0/+6
|
* Remove owner_id from Server and use owner instead.Rapptz2015-09-041-3/+3
| | | | owner will be the actual Member who owns the server.
* Refactor parse_time into its own utils file.Rapptz2015-09-041-2/+2
|
* Use kwargs if the number of arguments needed is too many.Rapptz2015-09-041-10/+10
|
* Python3 import fixes.Rapptz2015-08-281-2/+2
|
* Quick documentation fixesRapptz2015-08-271-1/+1
|
* on_status now takes only a member.Rapptz2015-08-271-3/+3
|
* Give members their server as an attribute.Rapptz2015-08-271-0/+4
|
* Members now have status info.Rapptz2015-08-271-1/+9
|
* Documentation update.Rapptz2015-08-261-1/+1
|
* Server members are now their own class that subclass Users.Rapptz2015-08-261-2/+55
| | | | Roles are also now properly parsed.
* Initial commitRapptz2015-08-211-0/+75