Extract the thread id from a ThreadCreated message
Is there a way to serialize PublicMessageInteractionResponseBehavior ?
Understanding default caching behaviour
lruCache with a default size of 10000 for messages, which seems wise, but plain Kord doesn't?...Possible to detect verification level of user?
Change timeout threshold for requests
Error Json parsing
Getting all messages in chronological order
MessageChannelBehavior#messages flow (which is documented as being in chronological order) for a while, but always with the default EntitySupplyStrategy (cacheWithRestFallback). Since I now want to grab all messages in the channel, I changed by code from channel.messages.collect { ... } to withStrategy(EntitySupplyStrategy.rest).messages.collect { ... } (I am aware it may be performance intensive), however, messages now come in reverse chronological order....
Any idea what is wrong here?...Creating channel with permission overwrites yields a "Zero length BigInteger"
Import dev.kord.x:emoji
Forcibly getting messages from REST
cacheWithRestFallback), but I want to fetch all messages from a channel from REST, to make sure I get everything and not just the ones sent in the bot's current lifetime.
Here's what I'm thinking of doing:...Getting members on Guild type doesn't return same amount members as when getting memberCount from it
Weird internal coroutines machinery exception
Outdated wiki
int
int
integer
integer
deferPublicMessage()
deferPublicMessage()

Responses to messages
MessageContextMenuCommand...LiveCategories and child channel events
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?...Sending a message with an image attachment
Store element in current coroutine context
Edit message components in-place