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:
2 Replies
kord doesn't provide anything like that
editing the components on a message replaces all of them
so you'd need to re-add them all to the message builder
(this is what the component container in kordex is for)
(sorry for the very delayed follow-up)
Oh I see, I'll try using containers then. Thank you!