winget install --id=aiko-chan-ai.DiscordBotClient -e
A patched version of Discord, with bot login support (and Vencord)
DiscordBotClient is a patched version of Discord designed to support bot account login functionality and integrate with Vencord for enhanced customization. The software allows users to manage bot accounts similarly to regular user accounts, with features including guild management, channel creation, message handling, and access to certain bot-specific functionalities.
Key Features:
Audience & Benefit: Ideal for developers and Discord power-users who need to manage bot accounts effectively. It offers a seamless way to interact with the Discord API through a familiar client interface, enhancing productivity and control over bot operations.
The application can be installed via Winget on Windows, making it easy to set up and start using immediately.
> Using extension https://raw.githubusercontent.com/aiko-chan-ai/DiscordBotClient/main/extension.zip
> Source: https://github.com/aikodbc/aikodbc.github.io
> see branch electron
> Thanks to ChrisEric
> Note
> Enable MessageContent
intent, other intents are optional
Discord Bot Client allows you to use your bot, just like any other user account, except Friends and Groups.
> Note > Don't use the message search bar, it may cause the application to crash
sendMessage(options)
options.content = String
options.embeds = Array
options.components = Array>
> Documents:
> https://discord.js.org/#/docs/discord.js/v13/typedef/BaseMessageOptions> You need to install NodeJS.
> Install all dependencies with npm i
> Start with npm run start
> Login with your bot token (Your browser will open automatically)