We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b0c162 + 4ac4c21 commit 86d9359Copy full SHA for 86d9359
examples/audio_recording.py
@@ -22,7 +22,7 @@ async def start(ctx: ApplicationContext,
22
bot.connections.update({ctx.guild.id: vc})
23
24
if encoding == "mp3":
25
- sink = discord.sinks.MP4Sink()
+ sink = discord.sinks.MP3Sink()
26
elif encoding == "wav":
27
sink = discord.sinks.WaveSink()
28
elif encoding == "pcm":
0 commit comments