1.0.2-c • Published 3 years ago

discord-vr v1.0.2-c

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Discord-VR

Discord-VR is a package written in JavaScript willing to help in the development of Discord Bots!

Example Usage

const { Client } = require('discord.js');
const { DVRClient } = require('discord-vr');
const client = new Client();
const dvrclient = new DVRClient({
	client,
	userID: "1234567890",
	rewardAmount: 150,
	port: 3000
});

client.login('discord bot token');

Now, in order for this to work, you need to know your server's URl, most of the times it is http://ip:port, but if you're using Repl.it, or Glitch, you only need the URL which will be displayed right after you declare Discord-VR's client. Then, go to any of the bot lists down below and set the URl to /webhook/votes, after that check the table down below to see the authentication depending on the bot list.

Bot ListAuth
infinitybotlist.com1234567890.ibl
top.gg1234567890.top.gg
discordbotlist.com1234567890.dbl.com
voidbots.net1234567890.vb
botsfordiscord.com1234567890.bfd
bots.discordlabs.org1234567890.dl

This package requires quick.db@^7.0.0-b22 in order to work properly, the package includes this by itself, please do not install any other version or else the package will error!

For further help visit the Documentation or join the Support Server

Credits

1.0.2-c

3 years ago

1.0.2-beta

3 years ago

1.0.2-b

3 years ago

1.0.2-a

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.1-beta

3 years ago

1.0.0-beta

3 years ago