Installation
Read this guide to install Diswrap.js
Diswrap.js Lite Installation
ProjectDelta(Recommended)
ProjectDelta is a package registry maintained by the developers of Diswrap.js, therefore if something were to go wrong during installations, the issue could be solved asap.
PDLM(Project Delta Library Manager) is the official CLI library for ProjectDelta
Install Diswrap.js
In the command line, input
npm install diswrap.js
Congrats! Your installation is complete, and you are ready to start development!
NPM(Not Recommended)
Initialize your NPM project(npm init)
Create your entry point file
In the command line, input
npm install diswrap.js
Diswrap.js Pro Installation
Please read The Usage Agreement of Diswrap.js Pro before continuing.
By continuing, you agree to The Usage Agreement.
Diswrap.js Pro installation requires a little bit more work. This is because of all the authentication processes before your installation, and only ProjectDelta is supported.
Setup your development environment
Create a new folder
Install PDLM by inputting
npm install -g PDLM
in the command lineIn the command line, input
pdlm init
and fill out all the information
PDLM(Project Delta Library Manager) is the official CLI library for ProjectDelta
ProjectDelta Setup
[Skip this step if you already have a ProjectDelta account] In the command line, input
pdlm login
and follow the prompt. Please remember the username that you put in.In the command line, input
pdlm login
and follow the prompts to make sure that you are logged in.
Request an Applet
Please join our Discord Server if you have not yet.
Read the #rules channel and the #pricing channel
Head on over to applet-request, and click on Request
Fill out the form, and make sure you can access the created ticket.
Stop here. There is nothing you could do right now except wait for our response!
Our staff will then respond and ask you for the $5.15 dollars payment.
Once our staff has informed you to continue, please move on to the next step.
Installing Diswrap.js PRO
Make sure you are logged into ProjectDelta by inputting
pdlm login
into the command lineIn the command line, input
pdlm install @pro/diswrap.js
Installation is now complete. Please now follow this documentation to start coding your first bot!
ProjectDelta will check the legitimacy of every single install of the package. If you did not purchase a license, ProjectDelta WILL refuse to install the package. But as long as you have the license, you can install the package as much as you want.
Last updated