Skip to content

VoidDevsorg/vcodes-node-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcodes.js

NPM Version NPM Downloads

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

Usage Params @returns
client.getVoters() No params needed Promise<>
client.checkVote(userId) userId Promise<>
---
client.getAnnouncements() No params needed Promise<>
client.addAnnouncement({}) title, description Promise<>
client.deleteAnnouncement(id) id Promise<>
---
client.addCommand({}) name, description, syntax, category? Promise<>
client.getCommands(id) id Promise<>
client.editCommand({}) id, name, description, syntax, category? Promise<>
client.deleteCommand(id) No params needed Promise<>
client.setUses({}) id, uses Promise<>

Events

Name
ready
reconnected
reconnecting
reminder
vote

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%