Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imxnoobx/djs-selfbot
- Owner: IMXNOOBX
- License: apache-2.0
- Created: 2022-02-01T18:37:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T12:49:53.000Z (over 2 years ago)
- Last Synced: 2023-03-04T18:10:48.613Z (over 1 year ago)
- Topics: discord-api, discord-js, discord-js-v13, discordjs, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@imxnoobx/djs-selfbot
- Size: 1.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 🚨 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