$deleteMessage
$deleteMessage
will delete a specific message.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
messageID | number | The message ID of the channel which will be deleted. | true |
channelID | number | The channel ID of where the message is located in. | false |
Example(s)
This will send and delete the sent message after 15 seconds ( we are using $let and $get to temporary store the message ID ):