WOKGen is a WOKCommands project generator cli, that you can use to speed up the process of coding discord bots.
npm install -g wokgen
Simply type wokgen init
in your command line and type in all the information.
And BOOM! You now have a fully working WOKCommands project set up in no time.
To start your bot cd
into your newly generated project and type
npm run dev
To generate a new Command, simply cd
into your project that was generated using wokgen and type wokgen gen
.You will be prompted with this:
Now select what you want to generate and enter all the information.