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:...
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
?
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...

[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 build
implementation that returns a different multipart request that doesn't eagerly consume all stream bytes.
Any suggestions?...