Using extension https://raw.githubusercontent.com/aiko-chan-ai/DiscordBotClient/main/extension.zip
see branch
electron
Download > Releases
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.
- View Guilds (Lazy load them)
- Manage Guilds (Name, Image, Audit log, Emoji, Webhooks, Invites, Bans, Widget, Moderation, Roles)
- Manage Channels (Add, Delete, Name, Permissions, Invites, Webhooks, Slowmode, NSFW, Topic, Forums, Threads)
- Messages (Send, View History, Embeds, View Reactions, Add/Remove Reactions, Delete, Edit, Pin)
- Create a Guild (if the bot has fewer than 10 Servers)
- Voice Support (Text-in-Voice and watch the user using the camera)
- Use Emojis from other servers (Nitro)
- GIF Search
- Send Files
- DM's (DM's will show up, after a user dms the bot)
Note Don't use the message search bar, it may cause the application to crash
sendMessage(options)
options.content = String
options.embeds = Array<Embed>
options.components = Array<MessageActionRow<MessageButton | MessageSelectMenu>>
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)