Rapptz
|
8591cfc5e7
|
Run black on all examples and require it for CI
|
3 years ago |
Austin
|
5780ff5ef0
|
Add message content intent to examples
|
3 years ago |
pikaninja
|
1952060e1a
|
make examples on_ready consistent
|
4 years ago |
Rapptz
|
9d39b135f4
|
Modernize code to use f-strings
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
|
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
|
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
|
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
|
ba3e00c3bf
|
Add guessing game example to showcase wait_for_message.
|
9 years ago |