$reload
Helps you reload your handlers without restarting the client.
Usage
$reload[type]
type | ||||
---|---|---|---|---|
all | commands | variables | functions | statuses |
Example
client.command({ name: "reload", code: ` $reload[commands] // will reload every commands `});