botmilovien-api
v2.5.5-beta
Published
API module of bot milovien
Downloads
2
Readme
Node.js 12.20.0 or newer is required
🎃 Installion
yarn add botmilovien-api
- Using
npm
npm i botmilovien-api
- Using
pnpm
pnpm add botmilovien-api
📖 Usage API
import { API, Method } from "botmilovien-api"
const api = new API ({
api_key: ``,
source: `api` // default
})
async function getResponse () {
return await new Method ()
.api
.use (
{
system: "getprofile",
ID: 15
}
)
}
getResponse () // response