This function gets a value of the specified key from $let
This function has 1 field
- Key (Required)
Raw Usage: $get[key]
- Key - The key we're getting for the value assigned to it
bot.command({
name: "example',
code: `
$get[ruben]
$let[ruben;gay]
`
})
//$get[ruben] will return 'gay'