aboutsummaryrefslogtreecommitdiff
path: root/discord/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Add server management commands.Rapptz2015-12-041-0/+7
|
* Add Forbidden and NotFound exceptions.Rapptz2015-12-041-2/+7
|
* Begin working on asyncio port.Rapptz2015-12-041-3/+10
|
* Revert "GIF support for avatars"Rapptz2015-11-261-2/+0
| | | | This reverts commit 9a5bb439ec9f6ab5d2fce7567452ca310736d688.
* GIF support for avatarsRapptz2015-11-261-0/+2
|
* Add support for uploading avatars.Rapptz2015-11-261-1/+9
|
* Move _null_event and _verify_successful_response to utilsRapptz2015-11-261-0/+10
| | | | They might be used in other files in the future.
* Add utils.find helper function.Rapptz2015-09-131-0/+23
|
* Refactor parse_time into its own utils file.Rapptz2015-09-041-0/+34