Remove deprecated ffmpeg/avconv flag from basic_voice example

This commit is contained in:
PikalaxALT 2018-07-20 08:22:24 -04:00 committed by Rapptz
parent 0e6082c57d
commit 7891afcec8

View File

@ -24,7 +24,6 @@ ytdl_format_options = {
}
ffmpeg_options = {
'before_options': '-nostdin',
'options': '-vn'
}