discord-command-builder
v1.0.4
Published
Generating commands has never been easier!
Readme
------------------ command-builder 101 ----------------------
createBuilder() - Creates your builder
Example:
createBuilder({ interaction: interaction, path: src/folder })
The path is used as a way to store the files generated. Please input a valid path to a folder where you want to cache all your generated commands. It is advisable that you empty that folder ever so often.
NOTE: MAKE SURE TO DO:
npm i file-maker
IN YOUR CONSOLE!!!
