LustigerLurch
LustigerLurch
KKord
Created by thelooter on 12/15/2024 in #help
Get Heartbeat of Gateway
there is also Gateway.ping and MasterGateway.averagePing
4 replies
KKord
Created by Solaris on 11/14/2024 in #help
Possible to intercept a request to modify the payload?
hm, fair. but requesthandler seems to be too low level for your purposes
7 replies
KKord
Created by Solaris on 11/14/2024 in #help
Possible to intercept a request to modify the payload?
wouldn't it be possible to extract the logic into a simple function to use instead of kord's response function?
7 replies
KKord
Created by ! vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
i forgot why, so why?
55 replies
KKord
Created by sbot50 on 11/7/2024 in #help
How do you create an embed?
the code for this would look somewhat like this:
interaction.respond {
embed {
// ...
}
}
interaction.respond {
embed {
// ...
}
}
4 replies
KKord
Created by ! vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
pulling all into one repo would also solve this, been having this in the back of my head for some time
55 replies
KKord
Created by Stan on 9/27/2024 in #help
Missing `DiscordChannel.message` for thread channels
hm, i can't reproduce this, both of these get me the initial message:
val forum: ForumChannel = TODO()
val thread = forum.startPublicThread("name") {
message("some message content")
}
println(thread.message)
println(thread.messages.single())
val forum: ForumChannel = TODO()
val thread = forum.startPublicThread("name") {
message("some message content")
}
println(thread.message)
println(thread.messages.single())
10 replies
KKord
Created by ! vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
gotta look into rest ratelimiters at some point
55 replies
KKord
Created by Tic on 9/18/2024 in #help
Check if embed is removed by user
so i'm not sure how they work
42 replies
KKord
Created by Tic on 9/18/2024 in #help
Check if embed is removed by user
tbh, i have basically never touched those
42 replies