๐Items
rolimons.Items
.getItems(<void>)
.getItems(<void>)Example usage
// Get items example
const rolimons = require("rolimons")
rolimons.items.getItems().then(function(data) {
console.log(data) // Returns all of the items in Rolimons
})
.searchItem(<str> type, <str/int> input)
.searchItem(<str> type, <str/int> input)Example usage
// Searching VIA acryonym
const rolimons = require("rolimons")
rolimons.items.searchItem("name", "SSHF").then(
function(item) {
if (!item) return;
console.log(item.name, "which is also known as", item.acronym, "has a demand of", item.demand)
})
// Output: Super Super Happy Face which is also known as SSHF has a demand of AmazingReturned Value
Description
.clear_cache( <void> )
.clear_cache( <void> )Example usage
.getUUID(<int> UUID, <int> users>
.getUUID(<int> UUID, <int> users>Example usage
Returned Value
Description
History data
Description
Last updated