aboutsummaryrefslogtreecommitdiff
path: root/discord/server.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial commitRapptz2015-08-211-0/+75