Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex-724/alex-selfbot_example

A simple module help you to online selfbot very easily.
https://github.com/alex-724/alex-selfbot_example

discord discord-js discordselfbot easy-to-use package selfbot

Last synced: about 2 months ago
JSON representation

A simple module help you to online selfbot very easily.

Awesome Lists containing this project

README

        

## Note
```txt
The next update well be added after 10 star
```

## Installation
```txt
npm i alex-selfbot
```

## Delcaration
```js
const Alex = require('alex-selfbot');
```

## Fast Demo
```js
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
});
```