Dennis Neufeld
Dennis Neufeld
My use case for wanting access to the headers in receipt callbacks is to communicate additional information about the result of processing of a message back to the client. Relevant...
**Description:** Add a decorator for the new Store API that conveniently allows users to select which entities should be served by a store. **Justification:** I found this useful in my...
I'm getting a lot of these: ``` net.dv8tion.jda.core.exceptions.ErrorResponseException: 50013: Missing Permissions at net.dv8tion.jda.core.exceptions.ErrorResponseException.create(ErrorResponseException.java:145) at net.dv8tion.jda.core.requests.Request.onFailure(Request.java:83) at net.dv8tion.jda.core.entities.impl.TextChannelImpl$4.handleResponse(TextChannelImpl.java:360) at net.dv8tion.jda.core.requests.Request.handleResponse(Request.java:166) at net.dv8tion.jda.core.requests.Requester.execute(Requester.java:186) at net.dv8tion.jda.core.requests.Requester.execute(Requester.java:86) at net.dv8tion.jda.core.requests.ratelimit.BotRateLimiter$Bucket.run(BotRateLimiter.java:310) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at...
Picked up in #suggestions A starting point: List of lyrics APIs https://www.programmableweb.com/category/lyrics/apis?category=20278
Currently when quarterdeck is unavailable / restarted, a lot of exceptions are spammed and requests attempted / timed out. This is a known problem with good solutions to lessen the...
A command that plays the number 1 searched track by default, or a provided number example: `;;instaplay ` and `;;instaplay ` Maybe come up with a more clever/shorter name than...
Whitelist a bunch of radio streams. Only stream them once into our infrastructure, then distribute to all guilds listening. This is probably tied to additions to Lavalink.
A command that will play a _short_ (max 5 sec, maybe even lower) sound sample _immediately_ over/instead of the currently playing track. Is this cancer? Yes, kinda. That's why it's...
This came up in #suggestions A favorite system, letting the user save some music to his favorites, which he then can add to the queue with something like this: `;;play...
From #suggestions by a user named Psy: > But that means the bot is not informing the position on the queue when you add music, right? It is just telling...