Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishnassh/autobumpr
A Selfbot based on discord.js-selfbot v13 which automatically bumps the discord server
https://github.com/krishnassh/autobumpr
Last synced: 2 days ago
JSON representation
A Selfbot based on discord.js-selfbot v13 which automatically bumps the discord server
- Host: GitHub
- URL: https://github.com/krishnassh/autobumpr
- Owner: KrishnaSSH
- License: gpl-3.0
- Created: 2024-09-17T01:59:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-05T11:56:01.000Z (4 months ago)
- Last Synced: 2024-11-21T19:09:21.294Z (2 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autobumpr
A Selfbot based on discord.js-selfbot-v13 which automatically bumps the discord server[Join the Discord Server For Help!](https://discord.gg/cq5R2fF8sZ)
==========================================## Instructions to Host on Mobile
* Install Termux from [fdroid](https://f-droid.org/en/packages/com.termux/)
* Open Termux and run the following commands
```bash
pkg update && pkg upgrade -y
```
```bash
pkg i git nodejs -y
```
```bash
git clone https://github.com/KrishnaSSH/Autobumpr
```
```bash
cd Autobumpr
```
```bash
cp .env.example .env
```
```bash
nano .env
```
* Add the Discord Userbot Token and the Channel ID in the .env file
The format will be this
```env
TOKEN="Userbot Token"
BUMP_CHANNEL="Channel ID "
```* There will be a Ctrl key on top of Your Keyboard Press that then press O on your keyboard and then hit enter
* Then Press Ctrl again and Press X on your Keyboard and hit enter
* Now follow these Commands```bash
npm install
```
```bash
node index
```### Note: Android system may kill the termux app after some and the bot will go offline to Prevent this Click the acquire wakelock button in the Notifications Panel