aboutsummaryrefslogtreecommitdiff
path: root/examples/edits.py
Commit message (Expand)AuthorAgeFilesLines
* make examples on_ready consistentpikaninja2021-04-091-2/+2
* Use f-strings in more places that were missed.Rapptz2021-04-081-3/+3
* Add missing asyncio imports from the examplesCapn2018-11-241-0/+1
* Removes redundant asyncio importModelmat2018-08-221-1/+0
* Update examples to match the new rewrite API.Rapptz2017-01-031-17/+13
* 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-10/+10
* Update example code.Rapptz2015-12-061-10/+10
* Simplify examples to no longer use logging or Client.is_logged_inRapptz2015-11-261-8/+0
* Set up logging module in examplesHornwitser2015-10-061-0/+4
* Add handling of login failure in examplesHornwitser2015-10-061-0/+4
* Add the ability to edit messages.Rapptz2015-08-211-0/+8
* Add on_message_edit event.Rapptz2015-08-211-0/+16