Skip to content

Commit c57c2bd

Browse files
committed
Add a comment to ReceiveVoice in guide snippet
1 parent 02743d1 commit c57c2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/guides/basic-concepts/Voice/VoiceModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public async Task<string> EchoAsync()
129129
voiceState.ChannelId.GetValueOrDefault(),
130130
new VoiceClientConfiguration
131131
{
132-
ReceiveVoice = true,
132+
ReceiveVoice = true, // You need to set 'ReceiveVoice' to true to receive voice from Discord
133133
Logger = new ConsoleLogger(),
134134
});
135135

0 commit comments

Comments
 (0)