1.0.2 • Published 5 months ago

@gigglebot/wrapper v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@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"));
1.0.2

5 months ago

1.0.1

6 months ago

1.0.0

6 months ago