1.0.8 • Published 3 years ago

roblox-verifier v1.0.8

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

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
}
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago