| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make examples on_ready consistent | pikaninja | 2021-04-09 | 1 | -3/+1 |
| * | Fix background_task example to actually work | Rapptz | 2021-03-30 | 1 | -5/+4 |
| * | Update background_task example to use ext.tasks | Sebastian Law | 2021-03-30 | 1 | -9/+14 |
| * | Add missing asyncio imports from the examples | Capn | 2018-11-24 | 1 | -0/+1 |
| * | Removes redundant asyncio import | Modelmat | 2018-08-22 | 1 | -1/+0 |
| * | Make all public is_ functions into methods instead of properties. | Rapptz | 2017-01-29 | 1 | -1/+1 |
| * | Re-add Client.wait_until_ready | Rapptz | 2017-01-29 | 1 | -1/+1 |
| * | Update examples to use the new generic wait_for. | Rapptz | 2017-01-26 | 1 | -1/+1 |
| * | Update examples to match the new rewrite API. | Rapptz | 2017-01-03 | 1 | -16/+21 |
| * | Clarify `on_ready` triggering more than twice. | Rapptz | 2016-06-10 | 1 | -10/+2 |
| * | Change all email/password pair examples to use token. | Rapptz | 2016-04-08 | 1 | -1/+1 |
| * | Examples now use Python 3.5. Remove echo.py example. | Rapptz | 2016-01-06 | 1 | -7/+6 |
| * | Add background_task example to showcase background tasks. | Rapptz | 2015-12-19 | 1 | -0/+32 |