aboutsummaryrefslogtreecommitdiff
path: root/examples/guessing_game.py
Commit message (Expand)AuthorAgeFilesLines
* make examples on_ready consistentpikaninja2021-04-091-3/+1
* Modernize code to use f-stringsRapptz2021-04-041-2/+2
* Add missing asyncio imports from the examplesCapn2018-11-241-0/+1
* Removes redundant asyncio importModelmat2018-08-221-1/+0
* 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