Spotify: Set Volume
SpotifyInputs
| in | Exec | exec | multiplexed |
| percent | Data | System.Int32 | None |
Outputs
| out | Exec | exec | None |
Lowers to C#
await ctx.Spotify.SetVolumeAsync(percent);
Corvus Connection| in | Exec | exec | multiplexed |
| percent | Data | System.Int32 | None |
| out | Exec | exec | None |
await ctx.Spotify.SetVolumeAsync(percent);