Skip to main content

API Reference

checkRover(id)Promise

Function to search for a Roblox account via a Discord ID from Rover

checkBloxlink(id)Promise

Function to search for a Roblox account via a Discord ID from Bloxlink

checkDiscordId(id)Promise

Function to check all services, and return a single point of truth Roblox ID

checkAllServices(id)Promise

Function to check all services, and return the data from all of them

checkForCode(id, code, proxy)Promise

Function to check if a string is on a Roblox user's profile

generateRandomWords(num, seperator, words)string

Function to generate a random set of words

generateRandomEmojis(num, seperator, emojis)string

Function to generate a random set of emojis

checkRover(id) ⇒ Promise

Function to search for a Roblox account via a Discord ID from Rover

Kind: global function Returns: Promise - Promise that reflects an object with the user's data, or false if none is found.

ParamTypeDescription
idnumber | stringDiscord ID to search upon.

checkBloxlink(id) ⇒ Promise

Function to search for a Roblox account via a Discord ID from Bloxlink

Kind: global function Returns: Promise - Promise that reflects an object with the user's data, or false if none is found.

ParamTypeDescription
idnumber | stringDiscord ID to search upon.

checkDiscordId(id) ⇒ Promise

Function to check all services, and return a single point of truth Roblox ID

Kind: global function Returns: Promise - Promise that reflects an object that contains the Roblox data, or false if nothing is found.

ParamTypeDescription
idnumber | stringDiscord ID to check.

checkAllServices(id) ⇒ Promise

Function to check all services, and return the data from all of them

Kind: global function Returns: Promise - Promise that reflects an object that contains all the services' data, or false if nothing is found.

ParamTypeDescription
idnumber | stringDiscord ID to check.

checkForCode(id, code, proxy) ⇒ Promise

Function to check if a string is on a Roblox user's profile

Kind: global function Returns: Promise - Promise that reflects true if code is found, false if not.

ParamTypeDescription
idnumber | stringRoblox ID to check for code.
codestringCode to check for in blurb.
proxystringProxy to connect to for data, defaults to Roblox.

generateRandomWords(num, seperator, words) ⇒ string

Function to generate a random set of words

Kind: global function Returns: string - Returns the generated words.

ParamTypeDescription
numnumberNumber of words. defaults to 6.
seperatorstringSeperator, defaults to " and "
wordsarrayArray of words, defaults to am array of animal names.

generateRandomEmojis(num, seperator, emojis) ⇒ string

Function to generate a random set of emojis

Kind: global function Returns: string - Returns the generated emojis.

ParamTypeDescription
numnumberNumber of emojis. defaults to 10.
seperatorObjectSeperator, defaults to ""
emojisarrayArray of emojis, defaults to am array of all emojis.