1.2.6 • Published 3 years ago

discord-package-npm v1.2.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years 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.
1.2.6

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.0.0

3 years ago