$letDeclare a variable and later get it with $get.Usage:#$let[name;value]Example:#bot.command({ name: "letget", code: `$get[hello] // return hi$let[hello;hi]`})