aboutsummaryrefslogtreecommitdiff
path: root/examples/basic_voice.py
Commit message (Collapse)AuthorAgeFilesLines
* Make on_ready examples consistentpikaninja2021-06-271-3/+1
|
* make examples on_ready consistentpikaninja2021-04-091-1/+3
|
* Use f-strings in more places that were missed.Rapptz2021-04-081-1/+1
|
* Modernize code to use f-stringsRapptz2021-04-041-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 exampleGeroyuni2019-03-091-1/+1
| | | source.volume takes floating point percentages, e.g. 1.0 for 100%
* Rework entire cog system and partially document it and extensions.Rapptz2019-02-231-1/+1
|
* Remove deprecated ffmpeg/avconv flag from basic_voice examplePikalaxALT2018-08-221-1/+0
|
* Improve basic_voice exampleDaniel2018-03-251-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 codeDaniel2017-07-071-2/+2
| | | I should have tested it.
* Add basic rewrite voice exampleDaniel2017-07-071-0/+132