Skip to content

Alex-724/alex-selfbot_EXAMPLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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
});