Getting Started
A step-by-step guide on how to use Discord-VR!
Installing
Package is currently under re write and cannot be installed!
const { Client } = require("discord.js");
const client = new Client();
const { DVRClient } = require("discord-vr");
const dvrclient = new DVRClient({
client,
userID: "1234567890",
rewardAmount: 150,
port: 3000
});
client.login("token");Last updated