Events
A step-by-step guide on how to use events with Discord-VR!
dvrclient.on("ready", async () => {
console.log("DVR Client is ready.");
});
dvrclient.on("upvote", async (info) => {
console.log(`[${info.botlist}] Vote received! User: ${info.tag} (${info.userID}). This user has ${info.totalVotes} votes!`);
});{
username: "3STEB4N28",
tag: "3STEB4N28#2621",
userID: 701292425624420362,
totalVotes: 0,
botlist: "top.gg"
}Last updated