guilded-bot
v1.1.1
Published
A library for interacting with the Guilded API for your Guilded Bot
Readme
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-botUsage/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
