Functions
Discord-VR does not only offer you the option to reward users for voting, but also let’s you fetch a specific user’s data.
index.js
In this case, we are using the getData
function which lets you fetch any user’s data using it’s userID.
userID
The user ID from the user you want the data from.type
The data you want, it can beMoney
,votePoints
orfullData
to get all the user’s data.
Last updated