1.0.6 • Published 3 years ago

dbots.js v1.0.6

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

NOT DONE

This api wrapper will help interact with the dbots api. Dbots: https://dbots.co

dbots.js

Packs In JS

const { dbotsPacks } = require('dbots.js')
const dbots = new dbotsPack({
    key: "KEYYYYYYYY",
    botid: "298423749082374"
})

dbots.getAllPacks()

Stats In JS

const { dbotsStats } = require('dbots.js')
const dbots = new dbotsStats({
         key: "KEYYYYYYYY",
         botid: "298423749082374"
})

dbots.postStats('1,000')

Packs In TS

import { dbotsPacks } from 'dbots.js'
const dbots: dbotsPacks = new dbotsPacks({
    key: "KEYYYYYYYY",
    botid: "298423749082374"
})

dbots.getAllPacks()

Stats In TS

import { dbotsStats } from 'dbots.js'
const dbots: dbotsStats = new dbotsStats({
    key: "KEYYYYYYYY",
    botid: "298423749082374"
})

dbots.postStats('1,000')

Packs Documentation

.getPack('Best-Bots') This will allow you to check out packs on dbots.

.getAllPacks() This will get all packs.

.VotePack('Best-Bots') This will allow you to vote packs.

Stats Documentation

.postStats('1,0000') This will post your bot stats.

.getLog() This will get the audit logs of your bot.

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago