2.0.4 • Published 3 years ago
@subie_/create-discord-app v2.0.4
Create Discord App
Creating a Discord.JS app has never been easier
Getting Started
Using npx to create the project
$ npx @subie_/create-discord-app -o testSetup
- Create a
.envfile copying the.env_template - Install the packages required using NPM (
npm install) - Run the project with either nodemon or node (
nodemon .,node .)
Enjoy!
Have fun coding!