Javascript

Official vCodes.xyz Javascript API Wrapper

Edit on Github this Package

vcodes.js

Installation

This is a Node.js module available through the npm registry. Installation is done using the npm install command:

$ npm install vcodes.js

Usage

const { Client } = require("vcodes.js");
const client = new Client("Your-Token");

Functions

Events

Last updated