aboutsummaryrefslogtreecommitdiff
path: root/discord/message.py
Commit message (Collapse)AuthorAgeFilesLines
* Message.author is now either Member or User.Rapptz2015-10-141-4/+15
| | | | Closes #11.
* Refactor parse_time into its own utils file.Rapptz2015-09-041-10/+3
|
* Use kwargs if the number of arguments needed is too many.Rapptz2015-09-041-13/+13
|
* Python3 import fixes.Rapptz2015-08-281-1/+1
|
* Fix issue with some MESSAGE_UPDATE events.v0.2.1Rapptz2015-08-241-5/+8
|
* Some documentation warning fixes.Rapptz2015-08-211-1/+1
|
* Change the way timestamps are parsed.Rapptz2015-08-211-4/+7
|
* Initial commitRapptz2015-08-211-0/+89