Chat input command trailing lambda separation
Interaction: Valid action without modify interaction message
interaction.deferPublicMessageUpdate().edit { }
with nothing in it. That works but I think that's not the clean solution...Easy way to register commands
`Unresolved reference: int` when creating input command
Unresolved reference: int
, string
seems to not show errors though. Any ideas on how to fix this? Or are there any more complex sample projects I could look at?
```kotlin
kord.createGuildChatInputCommand(
Snowflake(556525343595298817),...Event when ephemeral message is deleted by user
Menu & Edit response
response.edit
to add an embed.
But I have two problems:...Align field in embed
Interaction option
Remove old commands
Is there a way to use Kord with Springboot to login, run a quick command, and logout for an endpoint
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"