const bs = require('bs.js');
#Reminder -> These functions can only be used in async functions
async function onStart() {
const varName = await bs.searchMaps(false, true, true, false, 100, 0, 5, 10, 60, 0, 3, 0, true, false, "Latest", 0, true)
#To see all the cool API json stuff you can use, write this
console.log(varName)
}