sentcordts-lite

SentCordTS-lite is an api wrapper for [sentcord](https://sentcord.com) to help you post your server/shard stats easily.


Keywords
discordbot, listdiscord, bot list, sentcord
License
MIT
Install
npm install sentcordts-lite@2.0.3

Documentation

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)