$functionCount
Returns how many functions there currently are in DBD.TS.
Usage
$functionCountExample
bot.commands.add({
    type: "basicCommand",
    name: "example",
    code: `There \`$functionCount\` functions in DBD.TS!`
})Last updated
Was this helpful?