Skip to content

$deleteCommand

$deleteCommand will delete the initial command message.

Usage

$deleteCommand

Example(s)

This will delete the initial command message:

1
client.command({
2
name: "deleteCommand",
3
code: `
4
Hello!
5
$deleteCommand
6
`
7
});