DVRClient options
Here you have a guide on what each option does in the DVRClient constructor, and which other options you can apply.
const { Client } = require("discord.js");
const client = new Client();
const { DVRClient } = require("discord-vr");
const dvrclient = new DVRClient({
client,
userID: String,
rewardAmount: Number,
port: Number
});
Last updated