4.0.1 • Published 1 year ago

vcodes.js v4.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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:

Documentation

$ npm install vcodes.js

Usage

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

Functions

UsageParams@returns
client.getVoters()No params neededPromise<>
client.checkVote(userId)userIdPromise<>

|--- | 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

4.0.1

1 year ago

4.0.0

1 year ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.3-renewed

3 years ago

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.1-renewed

3 years ago

0.0.1-beta

3 years ago

0.0.1-alpha

3 years ago