Florian Spieß

Results 115 comments of Florian Spieß

How would I contribute to this new SDK? I only see a download link for a zip archive with sources and binaries. This seems like a major step backwards to...

I can't find a license for this new SDK. Is it not licensed?

Is there any reason not to have the source code for this on github? This method prevents others from contributing and improving the software directly through PRs like it was...

> I want to write an OSS implementation using IPC/socket directly on JVM rather than use JNI/JNA bindings for the official GameSDK @Bluexin no need for that, this has already...

Is this not enough? ```kt fun RestAction.deleteAfter(duration: Duration): RestAction = delay(duration.toJavaDuration()) .flatMap { hook -> hook.deleteOriginal().map { hook } } ```

This should be improved in [5.0.0-beta.24](https://github.com/discord-jda/JDA/releases/tag/v5.0.0-beta.24)

I'm running into the same problem, any way to get more info on this error?

Have you tried downgrading to OpenCV version 3?

We will only have docs for the current master branch with this. However, older versions are available at [javadoc.io](https://javadoc.io/doc/net.dv8tion/JDA/latest/index.html).

In the API, subcommands are equivalent to options, thus they use the same limit.