1.6.9 • Published 2 years ago

alex-selfbot v1.6.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

2 years ago

1.5.4

2 years ago

1.5.2

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago