1.2.6 • Published 1 year ago

discord-package-npm v1.2.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

#Install package using npm init discord-package-npm.

  1. Call index.js in your main File;
  2. Add Crenditals to the File;
const MainFile = require("Discord-Package-npm");
const Crenditals = {
    token: "YOUR_BOT_TOKEN",
    mongo: "YOUR_MONGODB_CONNECTION_URL"
}

MainFile(Crenditals);
  1. This will do everything;
  2. Now you can go ahead and Install other packages as per your needs.