Exemplo n.º 1
0
 private static async Task UserLeaveVoice(ulong s)
 {
     Speech.StopListenService(s);
 }
Exemplo n.º 2
0
 private static async Task UserJoinVoice(ulong s, AudioInStream e)
 {
     Speech.RestartListenService(s, e);
 }