Closed foxbot closed 8 years ago
I believe this issue has something to do with Discord changing it's call for disconnecting from a voice channel. Code that worked previously does not work currently.
I'm looking into it
@420foxbot =.= Did you even start to look into this? Code hasn't changed since my PR to remove the hack. PEBCAK
https://github.com/RogueException/Discord.Net/commit/58025d303f0bb91e6122465e770db7902ce65ed9
Ok.... apparently this is a Discord issue.... looking into further
Issue confirmed on Discord.Py and Discord4J. This is a Discord Bug
^ confirmed on discordrb
Also confirmed on the airhorn bot (i.e. discordgo), which just gets stuck in a voice channel after playing the sound.
https://github.com/hammerandchisel/discord-api-docs/issues/90
Official response about it from H&C
Yes, we saw in Discord API, and we were the ones who brought it to them, so :P
Closing; this is a Discord bug and it should be resolved soon.
Should be resolved.
Steps to Reproduce:
IAudioClient.Disconnect();
What Should Happen: The bot will disconnect from the audio channel. What Actually Happens: The bot does not disconnect from the audio channel.
Versions Affected: 0.9.x, tested under 0.9.3 and 0.9.4