Returning Most Played Maps

Q: What is returnMostPlayed?

A: returnMostPlayed is a function that can be used to return the most played maps.

▼ How to use ▼

            
                const bs = require('bs.js');

                            #Reminder -> These functions can only be used in async functions
                async function onStart() {
                                const varName = await bs.returnMostPlayed(0)
                                #To see all the cool API json stuff you can use, write this
                        console.log(varName)
}
             
        

Parameters

1. page -- The page to look at

Go Home