@gigglebot/wrapper

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @gigglebot/wrapper

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

9.95 kB

Total Files

22

Last publish

Collaborators

  • mortyx