| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make on_ready examples consistent | pikaninja | 2021-06-27 | 1 | -3/+1 |
| | | |||||
| * | make examples on_ready consistent | pikaninja | 2021-04-09 | 1 | -1/+3 |
| | | |||||
| * | Use f-strings in more places that were missed. | Rapptz | 2021-04-08 | 1 | -1/+1 |
| | | |||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -7/+7 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | Fix volume command in basic voice example | Geroyuni | 2019-03-09 | 1 | -1/+1 |
| | | | | source.volume takes floating point percentages, e.g. 1.0 for 100% | ||||
| * | Rework entire cog system and partially document it and extensions. | Rapptz | 2019-02-23 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecated ffmpeg/avconv flag from basic_voice example | PikalaxALT | 2018-08-22 | 1 | -1/+0 |
| | | |||||
| * | Improve basic_voice example | Daniel | 2018-03-25 | 1 | -30/+34 |
| | | | | | | | Add stream option and command so we don't always have to download a file Move repeated voice check code to before_invoke hook Add typing indicators when making YTDLSources | ||||
| * | Fixed broken code | Daniel | 2017-07-07 | 1 | -2/+2 |
| | | | | I should have tested it. | ||||
| * | Add basic rewrite voice example | Daniel | 2017-07-07 | 1 | -0/+132 |