$deletecommand

Deletes the author's message.

Usage

$deletecommand

Example

bot.command({
 type: "command",
 name: "delete"
 code: `$deletecommand`
 })

Last updated

Was this helpful?