Returns how many functions there currently are in DBD.TS.
$functionCount
bot.commands.add({ type: "basicCommand", name: "example", code: `There \`$functionCount\` functions in DBD.TS!` })
Last updated 2 years ago