Sakura SDK
Install
npm i sakura-sdk --save
Example
const { Sakura } = require("sakura-sdk");
const bot = new Sakura({
key: "YOUR_BOT_KEY"
});
And it prefectly work with TypeScript too
import { Sakura } from "sakura-sdk";
...
License
MIT
npm i sakura-sdk --save
const { Sakura } = require("sakura-sdk");
const bot = new Sakura({
key: "YOUR_BOT_KEY"
});
And it prefectly work with TypeScript too
import { Sakura } from "sakura-sdk";
...
MIT