Luca Kellermann
Luca Kellermann
> Marking the **end of the string** is done using as many `"` symbols as those beginning the string. Won't this change the meaning of [code like this](https://pl.kotl.in/DL7IbLgDc): ```kotlin //...
> I think it's time to promote it to delicate: it has its use-cases, but it's easy to misuse, which fits the delicate concept perfectly The characteristics listed in the...
I've been busy with other things recently, can't promise when I'll have time to look into this.
As already discussed [on Discord](https://discord.com/channels/556525343595298817/1273031671343743089) I don't really feel like this is the right solution. Kord's builder classes are intended to be short-lived, mutable (!) objects that help to create...
Nevertheless, thank you for your work :)
i will take a look later
We actually don't use the `ContentNegotiation` plugin, right @DRSchlaubi? The only thing it seems to do for us is adding an `Accept: application/json` header to our requests, which is probably...
> I haven't had time to look into things in detail yet, but the presence of `AbstractMessageCreateBuilder` and `AbstractMessageModifyBuilder` is a strong indictment of Kord's development philosophy, imo. These types...
> Was guild_count removed https://discord.com/developers/docs/resources/guild#guild-resource it's an extra field in the gateway event https://discord.com/developers/docs/events/gateway-events#guild-create-guild-create-extra-fields and there is also https://discord.com/developers/docs/resources/guild#get-guild
I'm not sure if it's is a good idea to have a function like this as part of Kord. Just fact that the regex looks this complicated makes me skeptical....