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