Gdd.js
Interact with the Guilded.gg API with ease and flexibility.
Install / Use
/learn @RemyK888/Gdd.jsREADME
🔎 About
gdd.js allows you to interact with the Guilded.gg API with ease and flexibility.
📌 Features
- Easy to use
- Latest Guilded API version and latest additions
- 100% coverage of Guilded API
- Lightweight
- Very similar to Foxcord
🌠 Installation
Node.Js v12.0.0 is required at least
$ npm install gdd.js
$ yarn add gdd.js
🔩 Code example
const { Client } = require('gdd.js');
const client = new Client();
client.on('chatMessageCreated', async (message) => {
if(message.content === 'ping') {
return message.channel.send(`My ping is ${client.ping}ms`);
}
});
client.connect('Authentification token');
🔧 Contributing
Before creating an issue, be sure that it has not already been deferred and try to come up with a simple approach to the issue so that deferral is accessible to all.
In order to submit a PR, make sure you have read the contribution guide
🔗 Links
🚀 Other
Note: Make a request to Guilded-API to have access to the bot creation and their documentation
This package is not affiliated with Guilded.gg
You can join the official gdd.js community using this invite
🧪 License
Apache-2.0
Related Skills
node-connect
350.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.9kCreate 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.
openai-whisper-api
350.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

