Variables
Variables are how we store data in DBD.TS. Variables can be assigned to users, servers, channels, etc.
Creating a Variable
Template:
Example:
Variable Types
TEXT
- A string of characters.INTEGER
- A number without decimals.FLOAT
- A number with or without decimals.
Setting A Variable
This function has four fields.
Getting a Variable's Value
This function has three fields.
Last updated