diff options
| author | PikalaxALT <[email protected]> | 2018-07-20 08:22:24 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-08-22 21:06:09 -0400 |
| commit | 7891afcec82de620ec063d5f44fbd8b860e27edd (patch) | |
| tree | 7313f72a8255bcd4e576bfdd76815f42b8c54a93 /examples/basic_voice.py | |
| parent | Implement roles kwarg for guild.create_custom_emoji and emoji.edit (diff) | |
| download | discord.py-7891afcec82de620ec063d5f44fbd8b860e27edd.tar.xz discord.py-7891afcec82de620ec063d5f44fbd8b860e27edd.zip | |
Remove deprecated ffmpeg/avconv flag from basic_voice example
Diffstat (limited to 'examples/basic_voice.py')
| -rw-r--r-- | examples/basic_voice.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/basic_voice.py b/examples/basic_voice.py index 651fa47b..63c0b7fe 100644 --- a/examples/basic_voice.py +++ b/examples/basic_voice.py @@ -24,7 +24,6 @@ ytdl_format_options = { } ffmpeg_options = { - 'before_options': '-nostdin', 'options': '-vn' } |