Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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