0.0.3 • Published 11 months ago

@uncutdev/selfjs v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

selfjs

selfjs is your go-to library for fast, efficient, and powerful Discord selfbotting. Designed with user-specific data and functionality in mind, selfjs is built to handle everything you need with speed and precision. Whether you're looking to automate tasks, manage your user data, or simply wan tto enhance your experience with your own touch, selfjs is there for you.

Why use selfjs?

  • 🛠️ Robust Functionality: Packed with features tailored for selfbotting, giving you complete control over your Discord account.
  • 🔒 User-Centric: Built with a focus on user-specific data, ensuring you get the most out of your selfbot experience.

Installation

npm install @uncutdev/selfjs

Usage

import { Client, Events} from '@uncutdev/selfjs';

const self = new Client('TOKEN');

self.on(Events.READY, () => {
  
})
self.connect();
0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago