$removeComponents
$removeComponents
removes a component from a specific message.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
channelID | number | Channel ID of the command that has been executed. | true |
messageID | number | The ID of the message that will remove the component(s). | true |
customIDs | string | The custom id of component that will be removed. | true |
Example(s)
This will send a message with a button that will be removed after 5 seconds.