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