Luca Kellermann

Results 134 comments of Luca Kellermann

It seems like you did some work related to this issue @sandwwraith. Will this be fixed now in some next version?

It's technically in Beta but so are Kotlin/Native and Kotlin Multiplatform: https://kotlinlang.org/docs/components-stability.html#current-stability-of-kotlin-components

This might also be relevant for discord's docs. [This](https://discord.com/developers/docs/topics/gateway#guild-create) doesn't suggest that you can receive a guild with only those two fields. Maybe you could create an issue there too.

Yeah, I'm aware of the unavailable guild object (it is already modeled in kord and used in the ready event). But good to see that there is already an issue...

You mean taking into account [`session_start_limit`](https://discord.com/developers/docs/topics/gateway#get-gateway-bot) (most importantly `max_concurrency`) like described in [Sharding](https://discord.com/developers/docs/topics/gateway#sharding), right?

The newest version is on Kotlin 1.7. This should fix this problem.

No, it's `0.8.0-M15`, see [releases](https://github.com/kordlib/kord/releases).

iirc think the latest kordex snapshot should be fine

> This might seem a bit odd at first, but because Kord doesn't provide a way to add or modify contextual event data, this was the hack that @ByteAlex used...