1.0.0 • Published 3 years ago

discord-password v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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