Set a user variable
setuservar(name, value, user, guild);
Parameter | Type | Description |
---|---|---|
name | String | The name of the variable |
value | any | The value of the variable |
user | Snowflake | The user of the variable |
guild | Snowflake | The guild of the variable |
Returns: void