Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alex-724/alex-selfbot_example
- Owner: Alex-724
- Created: 2022-02-28T18:06:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T08:45:46.000Z (over 2 years ago)
- Last Synced: 2024-04-29T15:21:07.832Z (9 months ago)
- Topics: discord, discord-js, discordselfbot, easy-to-use, package, selfbot
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/alex-selfbot/access
- Size: 617 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
});
```