Skip to content

A powerful Node.js library for interacting with the Guilded API.

Notifications You must be signed in to change notification settings

imskeptical/gil.js

Repository files navigation

gil.js

A powerful Node.js library for interacting with the Guilded API.

Installation

  • npm i gil.js
  • yarn add gil.js
  • bun add gil.js

Example

const { Client } = require("gil.js");
const client = new Client({ token: `YOUR_BOT_TOKEN` });

client.on("ready", () => {
    console.log(`Logged in as ${client.user?.name}!`);
});

client.login();

Read more at the documentation

Credits

Warning

  • This library is not yet complete. There is a lot of the Guilded API still to cover!

About

A powerful Node.js library for interacting with the Guilded API.

Resources

Stars

Watchers

Forks

Packages

No packages published