aboutsummaryrefslogtreecommitdiff
path: root/examples/new_member.py
Commit message (Collapse)AuthorAgeFilesLines
* make examples on_ready consistentpikaninja2021-04-091-3/+1
|
* Modernize code to use f-stringsRapptz2021-04-041-1/+1
| | | | | 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 intents to examplesZomatree2020-10-011-1/+6
|
* Update new member example to not be broken.Rapptz2018-08-221-1/+4
| | | | Took forever but better late than never.
* Update examples to match the new rewrite API.Rapptz2017-01-031-15/+12
|
* 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-5/+5
|
* Updated examples to use new properties.Rapptz2015-12-191-2/+2
|
* Update example code.Rapptz2015-12-061-5/+5
|
* Add new_member.py example to showcase messaging new members.Rapptz2015-11-271-0/+18