Guilded Bot
Guilded Bot is a package that allows you to easily create a bot for the Guilded chat platform.
Installation
Use the package manager npm to install Guilded Bot.
npm install guilded-bot
Usage/Examples
const Guilded = require("guilded-bot");
const client = new Guilded.Client("Your-Token-Here");
client.on("ready", () => {
console.log("I am ready!");
});
client.login()
Documentation
You can find the documentation here.
Support
If you need help with Guilded Bot, you can join the Guilded Bot Support Server.
<iframe src="https://www.guilded.gg/canvas_index.html?route=%2Fcanvas%2Fembed%2Fteamcard%2F0jbJm0rj&size=large" width="553" height="262" frameborder="0" scrolling="no"></iframe>