#Adding more components to a message fetched from a channel
6 messages · Page 1 of 1 (latest)
edit the message with more rows / add the buttons to the message rows and edit it
how do i add to the message rows
To update it: <Message>.edit({ components: [...<Message>.components, <MessageActionRow> })
ahh
...<Message>.components this part is to add the original components from the message