client.setConfig
Sets the value of a key setting item from the config.json.
Parameter
Type
Description
Example Usage
{
...
"customize": {
...
"title": "Nix",
...
}
...
}execute(client, message, args) {
client.setConfig("customize", "none", "title", client.config.customize.title);
},Last updated