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. ` })