Exemplo n.º 1
0
 static void Main(string[] args)
 {
     BotAudioComponent.MainAsync(args).ConfigureAwait(false).GetAwaiter().GetResult();
 }
Exemplo n.º 2
0
        public async Task Ugasi(CommandContext ctx)
        {
            await Audio.Stop();

            await BotAudioComponent.Ugasi();
        }