1.6.0 • Published 6 years ago
@listcord/api v1.6.0
@listcord/api is an API wrapper for listcord and uses only native Node.js modules
🛠 Usage
let listcord = require('@listcord/api')
let bot = new listcord.Client('token')
bot.set('users', 259)
bot.set('guilds', 34)⚡ API
Class listcord.Client(token)
| Parameter | Type | Required | Description |
|---|---|---|---|
token | String | true | Listcord token for your bot |
Method set(param1, param2)
| Parameter 1 | Parameter 2 | Description |
|---|---|---|
users | Number | Number of users bot has |
guilds | Number | Number of guilds bot in in |
🔼 Updating
⚠ Keep in mind that updating to a new major version may potentially break your code. Always read the updates to understand the new version and make the necessary changes!
npm outdated
npm i @listcord/api@latest