Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imxnoobx/djs-selfbot

A modified version of discord.js that supports user accounts
https://github.com/imxnoobx/djs-selfbot

discord-api discord-js discord-js-v13 discordjs npm

Last synced: about 6 hours ago
JSON representation

A modified version of discord.js that supports user accounts

Awesome Lists containing this project

README

        





discord.js





Discord server
npm version
npm downloads
Tests status


## 🚨 Warning!
**Using self-bots is against the discord ToS, if you get caught your account will be banned!**

## 📕 djs-selfbot change.log - branch release
```diff
- [13.6.1] Remove Rich Embeds For User Accounts
+ [13.6.1] Update: 13.5.0 -> 13.6.1
+ [13.6.0] Update: 13.5.0 -> 13.6.0
+ [13.7.0] Update: 13.6.0 -> 13.7.0
+ [13.8.0] Update: 13.7.0 -> 13.8.0
```

## 📣 About

discord.js is a powerful [Node.js](https://nodejs.org) module that allows you to easily interact with the
[Discord API](https://discord.com/developers/docs/intro).

- Object-oriented
- Predictable abstractions
- Performant
- 100% coverage of the Discord API

## 💾 Installation

**Node.js 16.6.0 or newer is required.**

```bash
npm install djs-selfbot
yarn add djs-selfbot
pnpm add djs-selfbot
```

### ✉ Optional packages

- [zlib-sync](https://www.npmjs.com/package/zlib-sync) for WebSocket data compression and inflation (`npm install zlib-sync`)
- [erlpack](https://github.com/discord/erlpack) for significantly faster WebSocket data (de)serialisation (`npm install discord/erlpack`)
- [bufferutil](https://www.npmjs.com/package/bufferutil) for a much faster WebSocket connection (`npm install bufferutil`)
- [utf-8-validate](https://www.npmjs.com/package/utf-8-validate) in combination with `bufferutil` for much faster WebSocket processing (`npm install utf-8-validate`)
- [@discordjs/voice](https://github.com/discordjs/voice) for interacting with the Discord Voice API (`npm install @discordjs/voice`)

## 🍃 Links
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
- [Documentation](https://discord.js.org/#/docs)
- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
- [discord.js Discord server](https://discord.gg/djs)
- [Discord API Discord server](https://discord.gg/discord-api)
- [GitHub](https://github.com/discordjs/discord.js)
- [npm](https://www.npmjs.com/package/discord.js)
- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)

### 🌠 Extensions
- [RPC](https://www.npmjs.com/package/discord-rpc) ([source](https://github.com/discordjs/RPC))

### 🎨 Credits

Official discord.js developers


  • Contributors - Making All The discord.js api
  • djs-selfbot


  • ItsBhuvnesh - Allowing user accounts to use the api


  • IMXNOOBX - Update to the latest, Disable Embeds For User Accounts