ZsetUserVar
Sets the value of a user-scoped variable, defaulting to the current user and server if not specified.
Syntax
ZsetUserVar{name;value?;userID?;guildID?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| name | string | Yes | - |
| value | string | No | - |
| userID | snowflake | No | - |
| guildID | snowflake | No | - |
Example
ZsetUserVar{points;100}