Luca Kellermann

Results 133 comments of Luca Kellermann

true, it's ok for me then. however are you sure that `ksp-processors` is really published (check with the snapshot of the branch), `kord-module.kts` also registers a publication, while this `build.gradle.kts`...

i thought about this again, can't we simply add the types you need to kord?

so for non-discord-related generation?

> We fixed this issue by using the JDK ConcurrentHashMap on JVM, however a fix would be great either way Yeah, a fix would definitely be needed for other platforms.

> [...] I've been trying to read it using `getClass().getResourceAsStream()` [...] and passing the stream to `playerManager.decodeTrack(new MessageInput(inputStream))` [...] This does not work because `AudioPlayerManager#decodeTrack()` is supposed to decode tracks...

also some tests fail, now that `entitlements` is no longer optional in the interaction object, updating the test data should be good enough

> > also some tests fail, now that `entitlements` is no longer optional in the interaction object, updating the test data should be good enough > > With an empty...

`MessageType.PurchaseNotification` should probably be added too, see https://github.com/discord/discord-api-docs/pull/6927