Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1 KB

File metadata and controls

61 lines (41 loc) · 1 KB

Discord Self-Bot with NodeJS

Made with discord.js-selfbot-v13

Configuration

Start by opening example.env. It should look like this.

TOKEN=TOKENHERE

Now replace TOKENHERE with your discord token (account token). Then save the file. And then rename the file to .env

Then open the config.json file. Should look like this.

{
    "SelfBot Name": "SelfBot",
    "Prefix": ";"
}

You can replace SelfBot with any name you like. & You can replace ; to any prefix you like.

Pretty self explanatory.

Install

npm i

Run

npm start

Update

Should auto update but if not

npm run update

Show Cases

1side

1side.mp4

msglogger

msglogger.mp4

Keep in mind that selfbots are against Discords TOS.

Thats it Happy coding