Is it possible to get a container or button in container from an already sent message?
I'm making a ticket bot, and I have a manage_tickets command that toggles ticket creation by disabling/enabling the button that opens the ticket. I decided to switch from embeds to containers, and now I can't figure out how to get container or a button from message
6 Replies
Are you looking to reconstruct the container or just read the data?
Reconstruct
feed the
toJSON() into the containerBuilder
like this
thanks
The thread owner has marked this issue as solved.