$eval
Evals the provided DBD.TS code.
Usage
$eval[code]Examples
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$onlyForIDs[$botOwnerID;Only $userTag[$botOwnerID] can use that!]
$eval[$message]` //Evals the provided code
})Last updated
Was this helpful?