@gigglebot/wrapper
v1.0.2
Published
A library to use giggle API features
Downloads
8
Readme
@gigglebot/wrapper
Com essa biblioteca você poderá fazer automações baseadas nas ações do Giggle em seu servidor
Instalação
npm install @gigglebot/wrapper
or
pnpm add @gigglebot/wrapper
or
yarn install @gigglebot/wrapper
Exemplos
const Giggle = require("@gigglebot/wrapper/lib");
const Giggle = new GiggleAPI("api_key", {
reconnect_timeout: 1000 * 10,
connect_socket: true,
});
Giggle.ws.on("connect", () => console.log("socket connected successfull"));