Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 283 Bytes

usdvariablescount.md

File metadata and controls

19 lines (14 loc) · 283 Bytes
description
Returns amount of bot variables the bot has.

$variablesCount

With this function you can check how many variables the bot has.

Example Command:

bot.command({
name: "variablescount",
code: `
This bot has $variablesCount bot variables.
`
})