$deleteMessageRow

Deletes specific row of components from a message.

Usage

$deleteMessageRow[channelID;messageID;rowIndex]

This function has three params.

ParamDescriptionTypeRequired

channelID

The channel where this message was sent in.

Snowflake

Yes

messageID

The message to delete components row from.

Snowflake

Yes

rowIndex

The row to delete.

Integer

Yes

Last updated