/guilded.ts

This library has been moved to Deno at https://github.com/guildedts/guilded.ts

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Guilded.TS
Guilded server Version Downloads License

About

guilded.ts is feature rich NPM package for interacting with the Guilded API.

Links

Packages

  • guilded.ts (GitHub | NPM) - The main package for interacting with the Guilded API.
  • guilded-api-typings (GitHub | NPM) - Type definitions for the Guilded API.
  • @guildedts/framework (GitHub | NPM) - A framework for creating a Guilded bot.
  • @guildedts/rest (GitHub | NPM) - The REST API manager for Guilded.TS.
  • @guildedts/ws (GitHub | NPM) - The Websocket API manager for Guilded.TS.
  • @guildedts/builders (GitHub | NPM) - A set of builders for creating a Guilded bot.
  • @guildedts/util (GitHub | NPM) - A set of utility functions and types for Guilded.TS packages.

Installation

  • npm i guilded.ts
  • yarn add guilded.ts
  • pnpm add guilded.ts

Maintained by Gamertike | Contribute | Inspired by discord.js