1.0.2 • Published 4 years ago

discord-js-script v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Discord.js Installation Script

Discord.js Installation Script is a script to make setting up a discord bot workspace easier..

Installation

You need to install node before running the following command

npm i --save

Setting Up

First, go to the config.json file and edit the token to your token from the development portal and the prefix to whatever you want

{
    "token": "", 
    "prefix": "!"
}

Then go to the package.json and change the author to whatever you'd like

{
  "people": [
    {
      "ARSHAK": {
        "spam": 32,
        "nsfw": 23,
        "score": 5
      },
      "Gukie": {
        "spam": 5,
        "nsfw": 12,
        "score": 9
      },
      "Something238": {
        "spam": "failed",
        "nsfw": "failed",
        "score": 0
      },
      "Galaticx_Wolf": {
        "spam": 21,
        "nsfw": "failed",
        "score": 3
      }
    }
  ]
}

Usage

To use your bot, and add stuff to it, you may use a website such as discordjs.guide or read the docs at discord.js.org

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU