Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JasonBenfrin/Browscord.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


browscord.js


WIP!

This library is still in development. Thanks for checking it out! ❤️

About

A simple and easy library to interact with Discord Gateway API in your browser.

Requirements

  • I don't know yet I'll edit later

Usage

  1. Download the browscord.js file and add it to your project
  2. Load the script using a script tag
<script src="./browscord.js">
  1. You can access the library in your javascript file using Discord or window.Discord
const { Client } = window.Discord
const client = new Client({ intents: 515 })
client.login("TOKEN")

Milestones

  • Make it object oriented like discord.js
  • Make most features available in discord.js also available in browscord.js
  • Make sharding available
  • Make a guide or tutorial

Coming Soon

  • Support for cloudflare workers, will include interactions with Discord API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •