Skip to main content

Variable

Variable - in @MenuBuilderBot it is a kind of container for storing data (text or numeric). In general, the data contained in the variable is stored in the corresponding cell of a Database on the server. Each variable has a Name. The name of a variable is the way (address) for accessing the data it contains. The addressing is done by using a Macros inserted in the necessary place.

For example Balance in your bot is a variable named "balance" and macros " %balance%". Each user of your bot has such a variable in which their individual Balance data is stored.

The data in the variable can be changed both by the bot's admin using commands, and by the user using the buttons of the bot itself. In addition, the user can enter data on their own using the "Variable input" of QnA chat option and they will be saved. Besides that users can change each other's data by using the Action of Transaction.

More information about variables in @MenuBuilderBot and how to use them can be found in the Variables Guide.

Variables.
To connect, go in your bot:
☞ 🔐Admin | 🧩Extensions | 📂Variables