Skip to content

Heavyrisem/ts-teamup

Repository files navigation

TeamUP API

Description

TeamUP API Wrapper for nodejs

Installation

$ npm install ts-teamup
or
$ yarn add ts-teamup

Usage

const bot = new TeamUP(); // Create Bot Client

...
bot.addHandler(EventType, callback); // add event handler
...

bot.run(auth); // start bot with authentication info

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published