$reboot will restart your bot.
$reboot
This will restart your bot:
1client.command({2 name: "reboot",3 code: `4 $reboot5 `6});