Skip to content

BraydenGamelover/DiscordBotClient

 
 

Repository files navigation

DiscordBotClient

Web:

Using extension https://raw.githubusercontent.com/aiko-chan-ai/DiscordBotClient/main/extension.zip

Source: https://github.com/aikodbc/aikodbc.github.io

Electron app ?

see branch electron

Download > Releases

Thanks to ChrisEric

Note Enable MessageContent intent, other intents are optional

image


Discord Bot Client allows you to use your bot, just like any other user account, except Friends and Groups.


Features

  • 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


Send Embed, Button, Menu, etc.

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


Build

You need to install NodeJS.

Step 1

Install all dependencies with npm i

Step 2

Start with npm run start

Step 3

Login with your bot token (Your browser will open automatically)

Result

About

A patched version of discord, with bot login support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.4%
  • HTML 0.6%