This package has been deprecated

Author message:

PLS USE https://www.npmjs.com/package/@snowlight.js/gateway

bluelight.js
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

BlueLight.JS

A simple way to make your discord bot with bluelight.js Docs: https://docs.faystarnext.studio/bluelight/home

Features

  • Low Memory Usage
  • Custom Cache System
  • Fast Connect to Gateway

Table of Contents

Description

It's a raw connect gateway discord.

How to use

  1. Install the package
npm install bluelight.js | yarn add bluelight.js
  1. Create a new file and paste the following code
import { Client } from "bluelight.js"
const client = new Client({
    intents: 1, // Intents: discord.com/developers/docs/topics/gateway#gateway-intents | https://discord-intents-calculator.vercel.app/
    token: "YOUR_BOT_TOKEN" // Your bot token
})
client.login(); // Connect to gateway

Readme

Keywords

Package Sidebar

Install

npm i bluelight.js

Weekly Downloads

10

Version

0.0.9

License

BSD-3-Clause

Unpacked Size

37.1 kB

Total Files

18

Last publish

Collaborators

  • faystarnext