| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update joined command in basic_bot to use f-strings | N-i-c-k-007 | 2021-04-08 | 1 | -1/+1 |
| | | |||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -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 examples | Zomatree | 2020-10-01 | 1 | -1/+7 |
| | | |||||
| * | Update examples to match the new rewrite API. | Rapptz | 2017-01-03 | 1 | -15/+15 |
| | | |||||
| * | Change all email/password pair examples to use token. | Rapptz | 2016-04-08 | 1 | -1/+1 |
| | | |||||
| * | Basic bot example now shows documenting for the built-in help command. | Rapptz | 2016-01-12 | 1 | -5/+19 |
| | | |||||
| * | Add basic example bot showcasing the commands ext module. | Rapptz | 2016-01-05 | 1 | -0/+51 |