Guilded is shutting down on Dec 19, 2025. This project has now officially been archived as of October 7, 2025.
A powerful Node.js library for interacting with the Guilded API.
npm i gil.jsyarn add gil.jsbun add gil.jsconst { 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.
Support is available at our Guilded Server!
This will not always be an up-to-date list.