Dirk Kok
Dirk Kok
I meant if audio can be sent to discord in a format other than Opus, to reduce bandwidth usage.
If this is a non-fixable limit imposed by discord, this issue can probably be closed as won'tfix, although it may be useful to send a log message when the voice...
To anyone reading this in the future, this problem disappeared after I made my bot only transmit audio when anyone is connected. You can track this by subscribing to VoiceStateUpdated...
This website provides some info to help you pick a license (or not): https://choosealicense.com/ If you don't want to make the code available under an open-source license, then that is...
Error has been previously reported on Jagrosh/MusicBot [here](https://github.com/jagrosh/MusicBot/issues/1157) and [here](https://github.com/jagrosh/MusicBot/issues/1157) - seems to be related to the wav files having a certain bitness.
Okay, it seems that the problem has nothing to do with System.Private.CoreLib but rather, SocketTaskExtensions does not contain an overload for ConnectAsync that takes a CancellationToken -- in .NET Standard....
If it's possible to find out that the connection is lost, then that's probably a good idea. I agree that a singleton connection isn't great. I originally wanted to put...
My motivation for this, by the way, is that it allows me to use the postgres docker image with its auto-configuration of a single database, instead of manually creating a...
I'd be interested in making a compatibility mod for these two. Although I'm not too experienced in cross-mod interaction, I did write a mod before, so it might just work....
Is this currently blocked by https://github.com/discord/discord-api-docs/pull/5976 ? Other libraries already seem to allow this. I need this PR.