From e491c585c2d6f16f1e4313797b5a972998ae5258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique=20Ivanchechen?= Date: Fri, 14 Jul 2023 20:22:50 -0300 Subject: [PATCH] bump & fix --- Kasbot.csproj | 4 ++-- Services/PlayerService.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Kasbot.csproj b/Kasbot.csproj index b5a10d4..14393ed 100644 --- a/Kasbot.csproj +++ b/Kasbot.csproj @@ -8,9 +8,9 @@ - + - + diff --git a/Services/PlayerService.cs b/Services/PlayerService.cs index e0ff67e..46c305a 100644 --- a/Services/PlayerService.cs +++ b/Services/PlayerService.cs @@ -23,7 +23,7 @@ namespace Kasbot.Services var conn = new Connection(); IAudioClient audioClient = await voiceChannel.ConnectAsync(selfDeaf: true); - audioClient.Disconnected += (ex) => Stop(guildId); + // audioClient.Disconnected += (ex) => Stop(guildId); audioClient.StreamDestroyed += (ex) => Stop(guildId); conn.AudioClient = audioClient;