0.0.13 • Published 1 year ago

snowlight.js v0.0.13

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

SnowLight.JS

A simple way to make your discord bot with bluelight.js

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 snowlight.js | yarn add snowlight.js
  1. Create a new file and paste the following code
import { Client } from "snowlight.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.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago