$deleteMessageRows

Deletes all components from a message.

Usage

$deleteMessageRows[channelID;messageID]

This function has two params.

FieldDescriptionTypeRequired

channelID

The channel where this message was sent.

Snowflake

Yes

messageID

The message to delete the components for.

Snowflake

Yes

Last updated