Giter VIP home page Giter VIP logo

guilded.js-guide's Introduction

๐Ÿ“š Introduction

Welcome to Guilded.js

Guilded.js is a library for the Guilded.gg API written in TypeScript. It is usable in either TypeScript or JavaScript project and is built to be customizable and extendable, perfect for both hobbyist programmers and those that need a library that will scale with their bot.

The library is heavily inspired by discord.js design-wise. We appreciate the work that they've done over there, so go give them a star.

Guilded.js is made up of various sub-packages, allowing more seasoned programmers that only need certain functionalities to install only what they need. However, for most people, you will only ever need to install the main guilded.js package.

A quick overview of all the sub-packages:

{% hint style="success" %} If you're new to the project, the following packages are likely what you're going to be using. {% endhint %}

  • guilded.js (GitHub, NPM) - The main library that ties everything together. Contains structures, caching, and other utilities for building your bot.
  • @guildedjs/gil (GitHub, NPM) - Our bot command framework, allowing you to skip a lot of the boilerplate needed to make most bots and jump straight into working on your commands.

{% hint style="warning" %} These packages are meant for more seasoned programmers who know exactly what functionality they need. You will likely not need to import any of these as they're already included in the main package. {% endhint %}

  • @guildedjs/guilded-api-types (GitHub, NPM) - Raw typings for the guilded API, suitable for projects that want to interface directly with the API without having to write types of their own.
  • @guildedjs/webhook-client (GitHub, NPM) - Library agnostic client for send messages through Guilded webhooks.
  • @guildedjs/rest (GitHub, NPM) - Utility for making REST requests to the Guilded API. Includes rate-limiting, proxy support, and route utility functions
  • @guildedjs/ws (GitHub, NPM) - Utility for connecting to Guilded's WebSocket gateway and receiving events. Supports replaying events and handling disconnects.

{% hint style="warning" %} This guide assumes that you have a basic understanding of JavaScript and Node.JS. If you don't, it's recommended that you start with learning that first, then proceeding with this guide. {% endhint %}

Ready to get started?

Here are some of the articles that you're probably looking for.

{% content-ref url="setting-up-a-guilded-bot.md" %} setting-up-a-guilded-bot.md {% endcontent-ref %}

{% content-ref url="create-a-basic-bot.md" %} create-a-basic-bot.md {% endcontent-ref %}

guilded.js-guide's People

Contributors

gitbook-bot avatar zaida04 avatar

Watchers

 avatar  avatar

Forkers

rednexie

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.