Skip to content

KirobotDev/Safeness-mirore-sb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

safeness-mirore-sb

A Discord selfbot library — Mirore Edition — based on discord.js-selfbot-v13.

Node.js Version License


Warning

Using a selfbot (user account bot) is against Discord's Terms of Service. Use this library at your own risk.


Installation

npm install

Usage

const { Client } = require('safeness-mirore-sb');

const client = new Client();

client.on('ready', () => {
  console.log(`Logged in as ${client.user.tag}`);
});

client.login('YOUR_TOKEN_HERE');

Features

  • Full discord.js v13 selfbot support
  • WebSocket gateway connection
  • REST API manager with rate limiting
  • Slash Commands & Interactions support
  • AntiGroup protection system (Hidden mode)
  • All Discord structures (Guild, Channel, Message, User, etc.)
  • All Discord managers (GuildManager, MessageManager, etc.)
  • Presence & Activity support (RichPresence, SpotifyRPC, CustomStatus)
  • RemoteAuth / QR Login support
  • Relationship & Friend management
  • Billing manager
  • User settings manager
  • Sharding support

Structure

src/
├── client/
│   ├── BaseClient.js
│   ├── Client.js
│   ├── WebhookClient.js
│   ├── actions/
│   ├── voice/
│   └── websocket/
├── errors/
├── managers/
├── rest/
├── sharding/
├── structures/
│   └── interfaces/
└── util/

Credits

Modified and maintained as safeness-mirore-sb by kirobotdev.

Stats

Star History

Star History Chart

About

Unofficial package discord selfbot based on djs v13

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors