0.1.2 • Published 7 years ago

botstats v0.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

botstats

npm install botstats --save

// obtain token from https://alpha.botstats.co

var token = process.env.BOTSATS_TOKEN || "really-long-token"

var botstats = require('botstats')(token)

// assuming your bot is initialized like this

var bot = new builder.UniversalBot(connector)

// tell bot to use botstats

bot.use(botstats)

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago