Rapptz
abeea73734
Fix remaining things not explicitly passing the intents kwarg
3 years ago
Rapptz
8591cfc5e7
Run black on all examples and require it for CI
3 years ago
Rapptz
c95c163266
Fix background task examples
3 years ago
pikaninja
1952060e1a
make examples on_ready consistent
4 years ago
Rapptz
e359aeb122
Fix background_task example to actually work
4 years ago
Sebastian Law
5ed47cacc7
Update background_task example to use ext.tasks
4 years ago
Capn
dd5762d9ed
Add missing asyncio imports from the examples
7 years ago
Modelmat
1436af3b18
Removes redundant asyncio import
Not much point importing asyncio when it's not being used, it was there for when @asyncio.coroutine was used previously
7 years ago
Rapptz
e77012f4d9
Make all public is_ functions into methods instead of properties.
8 years ago
Rapptz
8c896e9fbc
Re-add Client.wait_until_ready
8 years ago
Rapptz
1e09432c45
Update examples to use the new generic wait_for.
8 years ago
Rapptz
f8a5d890fe
Update examples to match the new rewrite API.
8 years ago
Rapptz
d914c0a4e4
Clarify `on_ready` triggering more than twice.
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`.
9 years ago
Rapptz
72e84a1b47
Change all email/password pair examples to use token.
9 years ago
Rapptz
2ebfbbe471
Examples now use Python 3.5. Remove echo.py example.
9 years ago
Rapptz
bee044629d
Add background_task example to showcase background tasks.
9 years ago