roblox-verifier
v1.0.8
Published
A roblox verifier for Bloxlink and RoVer.
Downloads
17
Maintainers
Readme
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
}