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.
Badges