Skip to content

$reload

Helps you reload your handlers without restarting the client.

Usage

$reload[type]
type
allcommandsvariablesfunctionsstatuses

Example

client.command({
name: "reload",
code: `
$reload[commands] // will reload every commands
`
});