diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 58086987..40200212 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -115,7 +115,7 @@ jobs: run: | nuget setApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json nuget setApiKey ${{ secrets.NIGHTLY_FEED_API_KEY }} -Source ${{ vars.NIGHTLY_FEED }} - nuget setApiKey ${{ secrets.GITHUB_TOKEN }} -Source ${{ env.REPOSITORY_URL } + nuget setApiKey ${{ secrets.GITHUB_TOKEN }} -Source ${{ env.REPOSITORY_URL }} - name: Push Nightly if: vars.PUSH_NIGHTLY == 'true' diff --git a/docs/guides/voice/sending-voice.md b/docs/guides/voice/sending-voice.md index 1bae0e10..48306f97 100644 --- a/docs/guides/voice/sending-voice.md +++ b/docs/guides/voice/sending-voice.md @@ -26,6 +26,9 @@ from; typically the same directory as your csproj). ## Joining a Channel +>[!NOTE] +>`GatewayIntents.GuildVoiceStates` and `GatewayIntents.Guilds` intents are required to connect to a voice channel + Joining a channel is the first step to sending audio, and will return an [IAudioClient] to send data with.