Skip to content

MessyMice/247selfbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MessyMice 247 Streamer

Looking for Safe & Customizable Selfbot/Streamer?

Yes, You are at right Place

Description

247Selfbot / 247Streamer is a bot for your discord account. Yes, selfbots are banned on Discord but This Selfbot is very less detactable. I personally use this selfbot on my Discord Account mister.perfect. Usually people say if your account is active more than 1 month You will get termed LOL its just myth never happened with me. For Any help and request Dm me.

Packages

discord.js-v11-selfbot, discordrpcgenerator, gradient-string, chalk@4, dotenv, path, fs

Type These in bash / Shell

npm i discord.js-v11-selfbot discordrpcgenerator gradient-string chalk@4 dotenv path fs
cd src && node .

Editing Text

Go to src/core/settings.js& Edit From Line 4 to Line 23
module.exports = {
  bot: {
    token: process.env.token || "your-token-goes-here",
    prefix: "247sb ",
    clientID: process.env.CLIENT_ID || "client-id",
    imageName: "image-name",
    type: "STREAMING",
  },
  url: {
    twitch: "https://twitch.tv/discord",
  },
  express: {
    port: process.env.PORT || "6969",
  },
  text: {
    upper: "UpperText",
    middle: "MiddleText",
    lower: "LowerText",
  },
};

If you are using VS Code You can enter token in settings.js or If you are using Replit then its Highly Recommended to use .env/Secret Environments or anyone can heck u

Links