Guilded.js
A library for creating bots with the guilded.gg bot API.
Install / Use
/learn @zaida04/Guilded.jsREADME
Notice: Guilded has shut down, as such this project is now archived.
<div align="center"> <img src="https://raw.githubusercontent.com/zaida04/guilded.js/main/static/readme-header.png" width="546" alt="guildedjs"/> <p><b>Tools for interacting with the official <a href="https://www.guilded.gg/">Guilded.gg</a> API.</b></p> <br /> <p> <a href="https://www.guilded.gg/i/k1ber4Jp"><img src="https://shields.yoki-labs.xyz/shields/i/k1ber4Jp?style=flat"></a> <img src="https://github.com/zaida04/guilded.js/actions/workflows/ci.yml/badge.svg" alt="CI"> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a><br> </p> </div>Looking for maintainers!
Do you have an interest in the Guilded API and have prior experience with working with typescript libraries? Make an issue in this github repository or shoot us a message in our Guilded Server!
📝 About
This repo serves as a monorepo that houses several packages, mainly the guilded.js package, which is a library for the Guilded API.
📦 Packages
guilded.js(GitHub, NPM) - Main library that ties everything together. Has additional logic for caching.@guildedjs/gil(GitHub, NPM) - Framework allowing you to build bots with ease.@guildedjs/api(GitHub, NPM) - Multi-use wrapper over the entire Guilded API. Covers rest requests and ws connections.
📥 Installation
<a href="https://npmjs.org/package/guilded.js"><img src="https://nodei.co/npm/guilded.js.png" alt="NPM"></a>
Recommended that you use node v18+
Using create-guilded-app
npm init guilded-app <project-name>yarn create guilded-app <project-name>pnpm create guilded-app <project-name>bun create guilded-app <project-name>
Manual Installation
npm install guilded.jsyarn add guilded.jspnpm add guilded.jsbun add guilded.js
⚡ Usage
You can find extra examples here
const { Client } = require("guilded.js");
// import { Client } from "guilded.js";
const client = new Client({ token: "TOKEN_HERE" });
client.on("ready", () => console.log(`Bot is successfully logged in`));
client.on("messageCreated", (message) => {
if (message.content === "test") {
return message.reply("test indeed");
}
});
client.login();
📃 Documentation
<!--END GETTING STARTED-->Looking for all the Client events? See here
Documentation is viewable here: https://guilded.js.org
A general purpose guide is available here: https://guilded-js.gitbook.io/api-docs/
✋ Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
We make use of PNPM and Changeset to manage our monorepo. It's recommended that if you plan on contributing, you use these tools.
Please run pnpm install -r in your local environment to properly locally symlink all the packages that depend on each other.
Please ensure your commits pass the test, lint, and build scripts.
🤝 Acknowledgements
Discord.js - Inspiration & derived work.
⚖️ LICENSING
Maintained by: zaida04, Skillz4Killz, Uhuh, and DaStormer
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
109.5kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
review-duplication
100.3kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
