0.1.21 • Published 3 years ago

discertjs v0.1.21

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

DiscertJS

version

DiscertJS is a node.js wrapper for the Discert api


Initialize

Install the module with npm i discertjs

Add these lines of code to the top of your js file:

const Discert = require('discertjs')
const Client = new Discert.client({token: 'your api token', botID: "your bot's id"})

Example

Get bot name and description

const Discert = require('discertjs')
const Client = new Discert.client({token: 'your api token', botID: "your bot's id"})

var bot = Client.getBot("optional: id")

console.log(bot.username + ' : ' + bot.shortDescription)
0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago