This library is still in development. Thanks for checking it out! ❤️
A simple and easy library to interact with Discord Gateway API in your browser.
- I don't know yet I'll edit later
- Download the browscord.js file and add it to your project
- Load the script using a script tag
<script src="./browscord.js">- You can access the library in your javascript file using
Discordorwindow.Discord
const { Client } = window.Discord
const client = new Client({ intents: 515 })
client.login("TOKEN")- 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
- Support for cloudflare workers, will include interactions with Discord API