コード例 #1
0
ファイル: Program.cs プロジェクト: eskopljak/StompBot
 static void Main(string[] args)
 {
     BotAudioComponent.MainAsync(args).ConfigureAwait(false).GetAwaiter().GetResult();
 }
コード例 #2
0
ファイル: Komande.cs プロジェクト: eskopljak/StompBot
        public async Task Ugasi(CommandContext ctx)
        {
            await Audio.Stop();

            await BotAudioComponent.Ugasi();
        }