Method SendSoundboardSoundAsync
- Namespace
- DisCatSharp.Net
- Assembly
- DisCatSharp.dll
SendSoundboardSoundAsync(ulong, ulong, ulong?)
Sends a soundboard sound to a voice channel the user is connected to.
public Task SendSoundboardSoundAsync(ulong channelId, ulong soundId, ulong? sourceGuildId = null)
Parameters
channelIdulongThe ID of the channel to send the sound to.
soundIdulongThe ID of the soundboard sound to play.
sourceGuildIdulong?The ID of the guild the soundboard sound is from, required to play sounds from different servers. Optional.
Returns
- Task
A task representing the asynchronous operation.