Variables
Variables can only be used in version v0.0.8 and above!
Setup:
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",
})Fields:
name - is your variable name.
value - your variable <name> value
Last updated
Was this helpful?