Functionsutils$varOn this page$var Parameters FieldDescriptionTypekeyThe name of the key to which the value will be assignedalphanumericvalueThe value to be assigned to the keyalphanumeric Usage Creating a global variable Example bot.command({ name: "var", code: `$var[ruben;gay]$print[$get[ruben;global]];`,});