sentcordts-lite
TypeScript icon, indicating that this package has built-in type declarations

2.1.4 • Public • Published

SentCordTS-lite

SentCordTS-lite is an api wrapper for sentcord to help you post your server/shard stats easily.

Installation

NPM npm i sentcordts-lite

YARN yarn add sentcordts-lite

TypeScript Setup

import sentcord from 'sentcordts-lite'
const client: sentcord = new sentcord({
   apikey: 'Key'
})
client.PostStats('302857939910131712', 3000, 3)

JavaScript Setup

let { sentcord } = require('sentcordts-lite')
const client = new sentcord({
    apikey: 'Key'
})
client.PostStats('302857939910131712', 3000, 3)

Package Sidebar

Install

npm i sentcordts-lite

Weekly Downloads

3

Version

2.1.4

License

MIT

Unpacked Size

127 kB

Total Files

58

Last publish

Collaborators

  • j_ddev