discord-password

1.0.0 • Public • Published

Setup

First we need to define out package parameters

const {Pass} = require('discord-password)
const pass = new Pass()

Now we can call our command

pass.genpass(message)

Now we are going to need to add our passwords this will be done in a json file


Make a file named randomPass.json

{
    "1": "passwordOne",
    "2": "passwordTwo",
    keep going for as long as you want
}

Now define randomPass

const randomPass = require('./randomPass.json')

Now run your bot

Package Sidebar

Install

npm i discord-password

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.02 kB

Total Files

4

Last publish

Collaborators

  • aidanthesister