1.6.9 • Published 3 years ago

alex-selfbot v1.6.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.5.4

3 years ago

1.5.2

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago