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.
1 parent 02743d1 commit c57c2bdCopy full SHA for c57c2bd
1 file changed
Documentation/guides/basic-concepts/Voice/VoiceModule.cs
@@ -129,7 +129,7 @@ public async Task<string> EchoAsync()
129
voiceState.ChannelId.GetValueOrDefault(),
130
new VoiceClientConfiguration
131
{
132
- ReceiveVoice = true,
+ ReceiveVoice = true, // You need to set 'ReceiveVoice' to true to receive voice from Discord
133
Logger = new ConsoleLogger(),
134
});
135
0 commit comments