roblox-verifier

1.0.8 • Public • Published

roblox-verifer

Tired of downloading multiple packages to sync your roblox verification?

roblox-verifier Checks for all of that for you!

Usage

const Discord = require('discord.js'),
        client = new Discord.Client(),
        verifier = require('roblox-verifier');

new verifier(client, {
    setNickname: true, // Automatically sets the users nickname using either the Bloxlink or RoVer API account.
    returnBoolean: true, // Returns true or false and if there is no account linked it returns null.
    callback: (member) => {} // The function that runs when a user is found, param pushed is a DJS GuildMember.
})

Returns Object<>

{
    found: true || false, // Returned only if returnBoolean is true
    member: DJS<GuildMember> // Always returned
}

/roblox-verifier/

    Package Sidebar

    Install

    npm i roblox-verifier

    Weekly Downloads

    2

    Version

    1.0.8

    License

    ISC

    Unpacked Size

    4.47 kB

    Total Files

    3

    Last publish

    Collaborators

    • theboynextdoor