-
Possible fix: `Discord4J.disableAudio()`
```
java.lang.RuntimeException: Cannot call method public void sx.blah.discord.api.internal.DiscordWS#onMessage(org.eclipse.jetty.websocket.api.Session, by…
-
### Prerequisites
- [x] If this is a question/suggestion, I have already considered talking about it on the [#java_discord4j channel on
the Discord API Server](https://discord.gg/0SBTUU1wZTU7PCok)
…
ghost updated
8 years ago
-
**Steps to Reproduce:**
1. Connect to an audio channel
2. Call `IAudioClient.Disconnect();`
**What Should Happen:** The bot will disconnect from the audio channel.
**What Actually Happens:** The bot …
-
We're disabling read states entirely for bots. This shouldn't break any APIs (yet - read on for more).
## Planned:
- [X] The read state array in the READY packet will return an empty array for bots
-…
-
https://github.com/iabarca/ugc-bot-redux/blob/b1bc87314daf4dbaec8b4842ecb0943759022056/src/main/java/sx/blah/discord/api/internal/DiscordWS.java#L237
Discord is going to disable unencrypted websocket…