MCPcopy Index your code
hub / github.com/DarkGuy10/BotClient

github.com/DarkGuy10/BotClient @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
91 symbols 163 edges 54 files 7 documented · 8%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Logo BOTCLIENT

Features · Downloads · Building from Source · Setting Up · FAQs
<a href="https://github.com/darkguy10/BotClient/stargazers">
    <img alt="Stargazers" src="https://img.shields.io/github/stars/darkguy10/BotClient?style=for-the-badge&logo=starship&color=C9CBFF&logoColor=D9E0EE&labelColor=302D41"></a>
<a href="https://github.com/darkguy10/BotClient/releases/latest">
    <img alt="Releases" src="https://img.shields.io/github/release/darkguy10/BotClient.svg?style=for-the-badge&logo=github&color=F2CDCD&logoColor=D9E0EE&labelColor=302D41"/></a>
<a href="#-downloads">
    <img alt="Downloads" src="https://img.shields.io/github/downloads/darkguy10/BotClient/total?style=for-the-badge&color=B5E8E0&logoColor=D9E0EE&labelColor=302D41"></a>
<a href="https://discord.com/invite/aZSrxwNUFD">
    <img alt="Discord" src="https://img.shields.io/discord/913296644643106846?style=for-the-badge&logo=discord&color=DDB6F2&logoColor=D9E0EE&labelColor=302D41"></a>

 

BotClient is an open-source client for logging in as a discord bot. It's built using Electron, giving it complete cross-platform support! In addition, it uses the powerful electron-updater module to provide auto-updates on all supported binaries. The project aims to be extremely expandable, so that new features and future updates can be easily added.

 

Demo

 

✨ Features

  • UI and workflow modelled after the original Discord client
  • Neatly built using React as frontend and powered by discord.js at core
  • Persistent token storage
  • Support for all major desktop platforms
  • Installable binaries with auto updates

 

📦 Downloads

Platform Binary Type Download Link
Windows NSIS installer BotClient-win-x64.exe
Linux .AppImage BotClient-linux-x86_64.AppImage
Mac .dmg BotClient-mac-x64.dmg

All binaries support auto-updates.

Release notes for the latest release can be found here.

 

🔧 Building from Source

The client can also be built from source for individual platforms.

Prerequisites

Building

  1. Clone the repository and cd into it.
git clone https://github.com/DarkGuy10/BotClient.git
cd BotClient
  1. Install required dependencies.
yarn install
  1. Run the build script.
yarn build

The compiled app is in the dist/ folder.

 

🚀 Setting Up

Prerequisites

Your bot must have all three Privileged Gateway Intents enabled.

Logging in

Once you have downloaded and installed the client, simply run it from the start menu or any app launcher.

You should be prompted by a login screen, enter your bot's token and hit enter.

That's literally all there is to it! ✨

If you have any problems or questions about the client, feel free to join our support server on Discord.

 

📚 FAQs

  • Q: I'm getting [DISALLOWED_INTENTS] error, how do I fix this?

  • A: Your bot must have all three Privileged Gateway Intents enabled.

  • Q: The client is stuck on loading screen, how do I fix this?

  • A: This happens because of mis-configured appdata. Clear the client appdata by deleting your %userprofile%\AppData\Roaming\BotClient folder if you're on windows,~/.config/BotClient folder for linux or ~/Library/Application Support/BotClient for mac.

  • Q: Is there a website version of this client?

  • A: Nope, and there won't be one in the future, reasons being it's too much work and simply not worth it.

  • Q: What about Android or iOS?

  • A: No support for mobile devices, and will never be added either.

 

📜 License

BotClient is released under the MIT license, which grants the following permissions:

  • Commercial use
  • Distribution
  • Modification
  • Private use

For more convoluted language, see the LICENSE.

 

💝 Contributors

GitHub contributors (via allcontributors.org)

Thanks goes to these wonderful people (emoji key):

DarkGuy10 💻 📖 📆 Duckulus 📖 jerbear4328 💻 pxter 🐛 SkyLayzer 🎨

This project follows the all-contributors specification. Contributions of any kind welcome!

Core symbols most depended-on inside this repo

get
called by 11
src/services/AppData.js
has
called by 9
src/services/AppData.js
serializeGuildMember
called by 6
public/serializers/serializeGuildMember.js
set
called by 6
src/services/AppData.js
delete
called by 6
src/services/AppData.js
transmit
called by 4
public/structures/Client/Client.js
serializeGuildChannel
called by 3
public/serializers/serializeGuildChannel.js
serializeMessage
called by 2
public/serializers/serializeMessage.js

Shape

Function 48
Class 23
Method 20

Languages

TypeScript100%

Modules by API surface

src/services/AppData.js6 symbols
src/components/MemberNav/MemberNav.js6 symbols
src/components/ErrorBoundary/ErrorBoundary.js6 symbols
src/components/Chat/Chat.js6 symbols
src/components/MessageField/MessageField.js5 symbols
src/components/Alert/Alert.js5 symbols
public/structures/Client/Client.js5 symbols
src/components/Login/Login.js4 symbols
src/components/DMNav/DMNav.js4 symbols
src/components/ChannelNav/ChannelNav.js4 symbols
src/components/UserSettings/UserSettings.js3 symbols
src/components/GuildNav/GuildNav.js3 symbols

For agents

$ claude mcp add BotClient \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact