1.6.0 • Published 6 years ago

@listcord/api v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@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)

ParameterTypeRequiredDescription
tokenStringtrueListcord token for your bot

Method set(param1, param2)

Parameter 1Parameter 2Description
usersNumberNumber of users bot has
guildsNumberNumber 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

1.6.0

6 years ago

1.5.0

6 years ago

1.2.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago