0.0.9 • Published 1 year ago

bluelight.js v0.0.9

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year ago

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
0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago