create config.json file.
- token: token of your bot;
- prefix: prefix for your bot;
- owners: ids of bot owners;
create commands to "modules/cmds/{category}/{name}.js"
- run: function of your command. Take 3 arguments: message, client and args;
- config: data of command;
- config.name: name of command. Sets automatically be filename, but you can speciefed;
- config.category: category command, too sets automatically by folder name, but you ccan speciefed;
- config.aliases: aliases of the command name;
- config.permissions: permissions, which need to run command;
- config.visible: visible command for usual users. Sets automatically, but you can set him.
- config.args: array of the replyes at no arguments;
- config.description, config.bigDescription, config.using and config.ecamples: for help;