Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

guildedts/guilded.ts

Repository files navigation

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