Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 500 Bytes

user-variables.md

File metadata and controls

26 lines (18 loc) · 500 Bytes
description
Information that will be saved to Users per guild.

Local User Variables

Setting the value, of the users.

{% hint style="danger" %} Make sure, you have the variables added already. {% endhint %}

$setUserVar[Variable;Value;User ID (Optional);Guild ID (Optional)]

Retrieving value of the users.

{% hint style="danger" %} Make sure, you have the variables added already. {% endhint %}

$getUserVar[Variable;User ID (Optional);Guild ID (Optional)]