$shutdown will shutdown / end the process of your bot.
$shutdown
This will shutdown your bot:
1client.command({2 name: "shutdown",3 code: `4 $shutdown5 `6});