-
Hey,
We have 1.10.2 server with DiscordChat v2.0.3; after some hours bot stops posting messages from server to Discord channel, while it keeps sending messages from the channel to the server.
A…
-
We're going to start delisting API libraries that are not properly implementing rate limits. The whole "get 429ed and then retry" method doesn't work that well, as it seems this is incredibly prone to…
-
I've been having a issue lately where the bot will just stop playing music. Out of nowhere the audio will stop and it won't play any songs until I clear the bot's queue and have it fully close the con…
-
The following exception happens when someone sends a PM to the bot. After the exception happens, communication from Discord->Forge works but Forge->Discord is broken until Forge is restarted.
```
[0…
-
Hi!
I'm trying to create a small Discord bot (just to see how it's done), and one of the things I wanted to add was a music player.
I got JDA and JDA-Player set up, but now I've run into a very str…
-
We are developing a discord bot and we open the an audio connection and use an AudioReceiveHandler to record audio from the channel. Then when writing it to the wav or before we get this error with th…
-
Cannot get my simple ping bot to work~
getting the following errors
`[21:55:03] [Fatal] [JDA]: One of the EventListeners had an uncaught exception
[21:55:03] [Fatal] [JDA]: Encountered an exception:
…
-
Today I noticed bots also fall into the guild verification level check (HIGH), making it impossible to send messages if the bot hasn't been on the guild for 10 minutes.
But since bots, to be added, r…
-
Hello. I am using JDA2 with my Discord bot and I am encountering the following issue while leaving my bot running and it being already connected with an audio connection to a voice channel. If disconn…
-
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
-…