Kord

K

Kord

Join the community to ask questions about Kord and get answers from other members.

Join

Getting members on Guild type doesn't return same amount members as when getting memberCount from it

I tried using rest. Gettings members from guild returns only the bot itself but getting member count returns 3(the actual amount)

Weird internal coroutines machinery exception

I have some code that looks like this: ```kotlin kord.rest.channel.createMessage(id) { ... } // runs someOtherChannelBehavior.delete() // doesn't run and apparently yields this machinery error...

Outdated wiki

Seems like Kord Github wiki is outdated.
int
int
was replaced by
integer
integer
and method
deferPublicMessage()
deferPublicMessage()
is unknown....
No description

Responses to messages

3 things I'd like to: 1. Check if the message is a response 2. Get the message this message responds to 3. (Optionally) get the same but from a message that is a response to a MessageContextMenuCommand...

Delete commands

How would I go to delete specific/all application commands?

LiveCategories and child channel events

Does LiveCategory receive events for child channels? I was looking at the code and don't believe it does, but I'd like to be sure in case I'm missing something 🙃 In any case I suppose I could implement my own and override the filter method, right?...

Store element in current coroutine context

Hello ! I want to store a temporary redis connection in the current coroutine context to use it later / avoid multiple new connections. Previously, I had this code : ...

Edit message components in-place

Hello, I'm trying to make a convenience function to disable a message's action buttons, however, I can't seem to find an interface to easily apply the existing message components and then edit them. Am I missing something? The code would be something like this:...

Modal cancellation

Does Discord let you know when a user closes a modal without submitting it?

Kord doesn't reconnect

I pretty much have issues since day 1 with my bot reconnecting, sometimes it just spams RetryLimitReachedEvent in my log I don't know whether this is just an issue with my logging, but the bot actually doesn't work until a full restart...

did y'all break caching 🤔

Hiya, our bot is using kordex which is using a kord snapshot, yesterday we did a restart and there was a seeming recompile of Kord, such as now we cannot get accurate member counts from discord as we could before. I've tried multiple fixes to no avail and I'm losing my mind :iea:

Old message content

I'm trying to use a message update event to get the content of an old message, from a dm with the bot, however, every time without fail, it's null. Is there a way to guarantee i get the old content, or a more stable way than going event.old.content?
No description

Message Featuring

Does Kord have an API for featuring messages in a server's Home page? Would be useful to have a bot do that automatically don't mind the client mod discord is impossible to use any other way on this PC...
No description

[Solved with PR] Custom RequestBuilder

Is there any way to patch this (https://github.com/kordlib/kord/issues/674) while the issue is dormant? I'm in need of doing such streaming, but since RequestBuilder is final, I cannot make a different buildimplementation that returns a different multipart request that doesn't eagerly consume all stream bytes. Any suggestions?...