Skip to content

A modular selfbot implementation using `discord.js-selfbot-v13` with voice channel and auto-react functionality.

License

Notifications You must be signed in to change notification settings

xFrogly/Discord-SelfBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Discord AtlasSelf V1.1

A modular selfbot implementation using discord.js-selfbot-v13 with voice channel and auto-react functionality.

πŸ”§ Configuration (config.json)

{
  // REQUIRED: Your Discord account token
  "token": "YOUR_USER_TOKEN_HERE",
  
  // Voice channel settings
  "voice": {
    "enabled": true,          // Enable voice connection
    "channel_id": "ID_HERE",  // Voice channel ID to join
    "self_deaf": true,        // Join deafened
    "self_mute": true         // Join muted
  },
  
  // Auto-react settings
  "auto_react": {
    "enabled": true,          // Enable auto-reactions
    // Format: "USER_ID": ["emoji1", "emoji2"]
    "reactions": {
      "USER_ID_1": ["πŸ”₯", "❀️"],
      "USER_ID_2": ["πŸ‘", "πŸ˜‚"]
    }
  }
}

✨ Features

  • 24/7 Voice Channel Stay
  • Auto-React System
  • Multi-User Reaction Support
  • Automatic Reconnection

πŸ’¬ Need Help?

Join our support server:
Support Server

About

A modular selfbot implementation using `discord.js-selfbot-v13` with voice channel and auto-react functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published