guilded-bot

1.1.1 • Public • Published

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>

Badges

NPM npm bundle size npms.io (final)

Readme

Keywords

Package Sidebar

Install

npm i guilded-bot

Weekly Downloads

35

Version

1.1.1

License

MIT

Unpacked Size

85.1 kB

Total Files

31

Last publish

Collaborators

  • mdc_yt