Florian Spieß

Results 114 comments of Florian Spieß

I've added methods to allow removing options/subcommands/groups via conditions: ```java command.removeOptions(o -> o.isRequired()); ``` This can be useful when updating commands or using some kind of template system. For example:...

Try using `webSocket.sendClose(1000)` instead.

I solved this issue by manually setting a timeout on the underlying socket with ping interval + 10s. That way, it will timeout on the read() call, which then closes...

Why isn't discord filtering it out/deleting it? I don't think the API should just return nonsense data that we should ignore.

I'm not a huge fan of introducing interfaces for a single method. This is really kind of strange to do and results in very complicated type definitions. Inconsistent wording in...

Closing due to inactivity. If anyone wants to continue this based on the current master branch, feel free to open a new PR.

Forums are implemented by #2184, can you try with that instead?

Fixed in [5.0.0-alpha.20](https://github.com/DV8FromTheWorld/JDA/releases/tag/v5.0.0-alpha.20)

Isn't this field only applicable to `CHANNEL_CREATE` events? I don't think it makes much sense to put that on the actual channel entity, when its primarily used to distinguish events.