Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 507 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 507 Bytes

Note

The next update well be added after 10 star

Installation

npm i alex-selfbot

Delcaration

const Alex = require('alex-selfbot');

Fast Demo

const Alex = require("alex-selfbot");
const alex = new Alex();
alex.login(token); // You must type account token here
alex.status("idle"); // you have to choose statues between [dnd, idle, online]
alex.joinChannel("channelId", {
  mute: true, // you can add self mute
  def: true, // you can add self def
});