Skip to content

Self-bot to quickly and efficiently clear DMs on Discord.

Notifications You must be signed in to change notification settings

wuws/SelfBotDiscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self Bot – Discord

This is an example SelfBot code that uses the discord.js-selfbot-v13 library to connect to Discord with a user account. Some of the features include:

  • Clearing messages from a user or channel
  • Removing friends and friend requests
  • Anti-DM to automatically leave as soon as someone adds you to a DM
  • Additional options, such as opening all DMs (with friends) and deleting messages

The code also includes status updates and a menu to choose between different functions. You can customize the code to create a bot with features that best fit your needs.

Libraries Used

The code uses the following libraries:

  • discord.js-selfbot-v13: A library that allows connecting to Discord using a user account
  • inquirer: A library for creating interactive console menus
  • axios: A library for making HTTP requests
  • figlet: A library for converting plain text into ASCII art

How to Use

  1. Clone this repository

  2. Install dependencies using npm install

  3. Create a config.json file in the root directory with the following format:

    {
      "token": "YOUR_DISCORD_TOKEN_HERE",
      "ativado": true
    }

About

Self-bot to quickly and efficiently clear DMs on Discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published