$functionCount

Returns how many functions there currently are in DBD.TS.

Usage

$functionCount

Example

bot.commands.add({
    type: "basicCommand",
    name: "example",
    code: `There \`$functionCount\` functions in DBD.TS!`
})

Last updated