Register AudioService to GatewaySocket.Disconnected event, not DiscordClient.Disconnected
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Discord.Audio
|
|||||||
}
|
}
|
||||||
_talkingUsers = new ConcurrentDictionary<User, bool>();
|
_talkingUsers = new ConcurrentDictionary<User, bool>();
|
||||||
|
|
||||||
client.Disconnected += async (s, e) =>
|
client.GatewaySocket.Disconnected += async (s, e) =>
|
||||||
{
|
{
|
||||||
if (Config.EnableMultiserver)
|
if (Config.EnableMultiserver)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user