$deleteCommand
$deleteCommand will delete the initial command message.
Usage
$deleteCommandExample(s)
This will delete the initial command message:
1client.command({2 name: "deleteCommand",3 code: `4 Hello!5 $deleteCommand6 `7});