$deletecommand
Deletes the author's message.
Usage
$deletecommand[duration]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$deletecommand` //Deletes the author's message instantly
})Last updated
Was this helpful?