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