freya02
freya02
In one example, I am taking part of a [JSON file's content](https://raw.githubusercontent.com/freya022/BotCommands/3.X/examples/src/main/resources/bc_localization/Commands.json), which I then surround to make a valid JSON file in the wiki:  In this case, the...
To be clear, I have most of my snippets in an actual project, so I can compile and run the program, which helps me know when I need to update...
Been using this pull request for a few hours of clips, and it seems to work great. Would be perfect if the second clip started exactly where the first output...
This is not an issue on startup, it happens at random times, days after the bot started, multiple people have reported this issue, I've created this issue for tracking purpose,...
> Got one running 5.0.0-beta.23 Please send the exception with the WS trace, like duncte123 sent
Ah yea, please updated to the latest snapshot: Maven: ```xml jitpack https://jitpack.io io.github.discord-jda JDA 6f7189f91a ``` Gradle (Kotlin): ```kt repositories { mavenCentral() maven("https://jitpack.io") } dependencies { implementation("io.github.discord-jda:JDA:6f7189f91a") } ```
> Is this not enough? > > ```kotlin > fun RestAction.deleteAfter(duration: Duration): RestAction > = delay(duration.toJavaDuration()) > .flatMap { hook -> hook.deleteOriginal().map { hook } } > ``` I think...
Seems like the issue only happens when the New UI isn't enabled
Closing and reopening Discord as well as IJ seems to solve the issue
I think it should be the user's responsibility to check the target's type. It would even help in the situation the target is correct, but the entity is still `null`...