sakura-sdk
v1.3.4
Published
Sakura
Downloads
30
Readme
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