aboutsummaryrefslogtreecommitdiff
path: root/examples/basic_bot.py
Commit message (Collapse)AuthorAgeFilesLines
* Update joined command in basic_bot to use f-stringsN-i-c-k-0072021-04-081-1/+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/+7
|
* Update examples to match the new rewrite API.Rapptz2017-01-031-15/+15
|
* Change all email/password pair examples to use token.Rapptz2016-04-081-1/+1
|
* Basic bot example now shows documenting for the built-in help command.Rapptz2016-01-121-5/+19
|
* Add basic example bot showcasing the commands ext module.Rapptz2016-01-051-0/+51