Audio: Stop
AudioInputs
| in | Exec | exec | multiplexed |
Outputs
| out | Exec | exec | None |
Parameters
| channel | System.String | no | "All" | All channels, Text-to-speech, Sound effects, Media |
Lowers to C#
await ctx.Audio.StopAsync(AudioChannel.All);
Corvus Connection| in | Exec | exec | multiplexed |
| out | Exec | exec | None |
| channel | System.String | no | "All" | All channels, Text-to-speech, Sound effects, Media |
await ctx.Audio.StopAsync(AudioChannel.All);