aboutsummaryrefslogtreecommitdiff
path: root/examples/background_task.py
Commit message (Collapse)AuthorAgeFilesLines
* Clarify `on_ready` triggering more than twice.Rapptz2016-06-101-10/+2
| | | | | | On that note, fix the background_task example to use `Client.run` instead of manual loop management. That way the task will be cleaned up and cancelled inside `Client.run`.
* Change all email/password pair examples to use token.Rapptz2016-04-081-1/+1
|
* Examples now use Python 3.5. Remove echo.py example.Rapptz2016-01-061-7/+6
|
* Add background_task example to showcase background tasks.Rapptz2015-12-191-0/+32