Skip to content

A Discord selfbot client that allows you to join multiple voice channels through commands.

License

Notifications You must be signed in to change notification settings

Inplex-sys/Selfcord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selfcord

A Discord selfbot client that allows you to join multiple voice channels through commands and have embeded auto-afk features.

Features (User)

  • Join multiple voice channels at the same time with the voice command
  • Check Discord API latency with the ping command
  • Colorful console logging with the Logs utility
  • Freezing the group with the freeze-group command making it impossible to remove or add people to the group.
  • Clearing your messages with the clear command
  • Automatically answering to mentions.
Screen.Recording.2025-03-04.160852.mp4

Installation

To install dependencies:

bun install

Configuration

Create a .env file in the root directory with your Discord token:

TOKEN=your_discord_token_here

Usage

To run the bot:

bun run start

Available Commands

  • &voice [link] - Join a Discord voice channel using a channel link
  • &ping - Check your latency to the Discord API
  • &clear [amount] - Clear your messages in the current channel
  • &freeze-group - Freeze the group making it impossible to remove or add people to the group.

Docker Support

You can also run this project using Docker:

# Build the image
docker build -t discord-multi-voice .

# Run the container (replace with your Discord token)
docker run -e TOKEN=your_discord_token_here discord-multi-voice

This project uses Bun, a fast all-in-one JavaScript runtime.