Discord Bot Client allows you to use your bot, just like any other user account, except Friends and Groups.
- How to install it
- Login
- Features
- Discord Version
- Troubleshooting
- FAQ
- Similar projects
- Update Discord Version
- Credits
Warning
Third party clients are discouraged and against the Discord TOS.
Discord Bot Client is a custom Discord client that aims to support bot accounts and be aimed at power-users.
The application only uses the official Discord API and doesn't send data to third parties. However, this application is not an official product by Discord Inc.
Discord Bot Client can be installed in Windows via Winget:
winget install aiko-chan-ai.DiscordBotClient
If you don't want to build the application yourself or use some kind of package management system, you can get the latest binaries for the three major systems in the release overview:
In order to execute the following commands, you need to install NodeJS v16 or higher. You can find nodejs packages at https://nodejs.org/en. On top of that, you need to have git installed. It can be found at https://git-scm.com/downloads.
UPDATES HAVE TO BE INSTALLED MANUALLY
Open a command line and execute the following commands:
git clone https://github.com/aiko-chan-ai/DiscordBotClient.git
cd DiscordBotClient
git clone https://github.com/aiko-chan-ai/VencordDBC.git
npm run requirement
npm run build
This will create an executable called DiscordBotClient
or DiscordBotClient.exe
in the dist
folder depending on whether you are using Windows or not.
Logging in works via the UI on first startup of the application.
Note
Enable MessageContent
intent, other intents are optional.
Tip
If you want a list of members and status, enable all intents.
- View Guilds (Lazy load them)
- Manage Guilds, Channels
- Messages (Send, View History, Embeds, Reactions, Manage)
- Create a Guild1
- Voice2
- Nitro3
- Direct Message4
Discord Build | Hash | Vencord | Client version | Status |
---|---|---|---|---|
Stable 331146 | fddab3e | v1.10.3 | v3.5.0 - * | Latest |
Stable 302556 | 366c746 | v1.8.9 | v3.3.0 - v3.4.1 | Deprecated |
Stable 275565 | ede2af3 | v1.7.2 | v3.2.0 - v3.2.1 | EOL |
Stable 263796 | 739ec78 | v1.6.7 | v3.0.0 - v3.1.3 | EOL |
Stable 204762 | 78f82ba | v1.2.8 | v2.4.0 - v2.4.2 | EOL5 |
Stable 185832 | 29333f6 | v1.1.4 | v2.1.0 - v2.3.1 | EOL |
Stable 161052 | c7e0778 | β | v1.0.0 - v2.0.1 | EOL |
If you happen to encounter a crash or a bug, please submit a bug report via the projects GitHub issue tracker.
In order to find answers to common questions, check out the FAQ in the wiki:
Here is a list of similar projects:
Hit me up if you have a similar project, and I'll gladly add it to the list.
- Clone the repository and cd into it.
git clone https://github.com/aiko-chan-ai/DiscordBotClient.git
cd DiscordBotClient
git clone https://github.com/Vendicated/Vencord.git
// Rename from Vencord to VencordDBC
// Ex: Windows PowerShell
Rename-Item -Path Vencord -NewName VencordDBC
- Install required dependencies.
npm run requirement
- Download the latest script from Discord
npm run fetchLatestDiscordBuild
- Copy BotClient plugin from my repo
Guide: Vencord.md
Thanks to ChrisEric for helping me create a local proxy server! (code)
This project was mainly inspired by SamuelScheit Discord Bot Client, which he sadly didn't develop any further.
And a big thank to Vencord developers for making it easier for me to create this app
Footnotes
-
If your bot is in fewer than 10 servers. β©
-
Except for features related to streams. β©
-
Nitro features are reduced: Unable to use stickers everywhere, cannot send files larger than 25MB, and cannot set avatar decorations. β©
-
Implemented with restrictions on the client. β©
-
Latest version that supports Windows 7/8/8.1 is 2.4.2. β©