Installation
For creating a discord bot project with the Sheweny framework, sheweny's command line interface will make your life easier. To use it is very simple, you just need to have npm (or yarn), and to install the module.
WARNING
For things to have before installing and using the module, please inquire on this page. Click here
Install with npm
sh
npm install -g @sheweny/cli
Install with yarn
sh
yarn global add @sheweny/cli
Once the command line interface is installed, you can go to the next section to learn more about the different commands.