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.
Param | Type | Description |
---|---|---|
id | number | string | Discord 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.
Param | Type | Description |
---|---|---|
id | number | string | Discord 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.
Param | Type | Description |
---|---|---|
id | number | string | Discord 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.
Param | Type | Description |
---|---|---|
id | number | string | Discord 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.
Param | Type | Description |
---|---|---|
id | number | string | Roblox ID to check for code. |
code | string | Code to check for in blurb. |
proxy | string | Proxy 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.
Param | Type | Description |
---|---|---|
num | number | Number of words. defaults to 6. |
seperator | string | Seperator, defaults to " and " |
words | array | Array 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.
Param | Type | Description |
---|---|---|
num | number | Number of emojis. defaults to 10. |
seperator | Object | Seperator, defaults to "" |
emojis | array | Array of emojis, defaults to am array of all emojis. |