[Kotlin/Native] Linking stage fails
`getMember` not writing to Member cache?
GuildChannel.botHasPermissions
, and its first step is calling GuildBehaviour.getMember
with the bot's snowflake.
The problem is that this is doing a REST call every single time and therefore greatly slowing my process, not to mention the possibl rate limit implications....
Cancelling the event listener job inside the event listener
Job
returned by Kord#on
inside its scope? I doubt it, but would something like this do the trick:
```kt
var job: Job? = null
job = kord.on<Event> {
job?.cancel()...Is Kord#getApplicationInfo() cached?
Kord#getApplicationInfo()
backed by a cache? I'd like to check if the message author is the owner of the application.Can't find a way to disconnect/kick someone
Runtime Error
Publish multiplatform library (not Discord bot)
Support of native targets (not Discord bot)
Join voice channel
Compilation error with KSP
> Task :kspKotlinMingwX64 FAILED
e: Could not find "org.jetbrains.kotlinx:kotlinx-datetime-cinterop-date" in [C:\Users\1\Desktop\kotlin\Cordex, D:\.konan\klib, D:\.konan\kotlin-native-prebuilt-windows-x86_64-1.9.22\klib\common, D:\.konan\kotlin-native-prebuilt-windows-x86_64-1.9.22\klib\platform\mingw_x64]
> Task :kspKotlinMingwX64 FAILED
e: Could not find "org.jetbrains.kotlinx:kotlinx-datetime-cinterop-date" in [C:\Users\1\Desktop\kotlin\Cordex, D:\.konan\klib, D:\.konan\kotlin-native-prebuilt-windows-x86_64-1.9.22\klib\common, D:\.konan\kotlin-native-prebuilt-windows-x86_64-1.9.22\klib\platform\mingw_x64]
Running distribution inside docker container?
How do I add components to an interaction response?
event.interaction.respondEphemeral {
content = ""
}
event.interaction.respondEphemeral {
content = ""
}
kord cache method doesn't exist
gradle.build
```gradle
include implementation("dev.kord:kord-core:0.14.0")...Unknown message/webhook/interaction null
deferEphemeralMessageUpdate
still works thoughAvoid to re-render buttons and other things
How do I unregister commands to reregister them with updates?
DefaultGateway error: Failed to parse literal 'null' as a long value
0.15.0-SNAPSHOT
, using Eclipse Temurin 21....Clearing Buttons/Actionrows
Command Registering extremely slow

Multiplatform interface problem