Variables can only be used in version v0.0.8 and above!
You can add any variable and any type of value such as String, Number, and others. These variables use an internal database that is stored using a sqlite format file.
bot.variables({ name: "value", name2: "value2", })
name - is your variable name.
value - your variable <name> value
Last updated 3 years ago