Skip to content

$reboot

$reboot will restart your bot.

Usage

$reboot

Example(s)

This will restart your bot:

1
client.command({
2
name: "reboot",
3
code: `
4
$reboot
5
`
6
});