aboutsummaryrefslogtreecommitdiff
path: root/examples/guessing_game.py
Commit message (Collapse)AuthorAgeFilesLines
* make examples on_ready consistentpikaninja2021-04-091-3/+1
|
* Modernize code to use f-stringsRapptz2021-04-041-2/+2
| | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`.
* Add missing asyncio imports from the examplesCapn2018-11-241-0/+1
|
* Removes redundant asyncio importModelmat2018-08-221-1/+0
| | | | Not much point importing asyncio when it's not being used, it was there for when @asyncio.coroutine was used previously
* Update examples to use the new generic wait_for.Rapptz2017-01-261-5/+9
|
* Update examples to match the new rewrite API.Rapptz2017-01-031-29/+24
|
* 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-9/+9
|
* Add guessing game example to showcase wait_for_message.Rapptz2015-12-191-0/+37