A tiny app that bumps your Discord server written in Go.
Autobumper uses discoself, which interacts with the Discord client API in ways that are outside Discord’s official bot platform. Use of selfbots may violate Discord’s Terms of Service. The author is not responsible for any misuse of this project or any consequences that may arise from its use.
Once connected, the client sends the Disboard /bump slash command and then repeats it at random intervals between 2 hours and 2.5 hours to reduce predictable behavior.
It matches the command by both:
- Command name
- Disboard application ID:
302050872383242240
This ensures it does not accidentally trigger another bot’s bump command if multiple bots are present in the server.
You must enable Developer Mode in Discord to copy IDs.
Go to:
Settings -> Advanced -> Developer Mode -> Enable
Then:
- Guild ID: Right-click your server icon -> Copy Server ID
- Channel ID: Right-click the channel -> Copy Channel ID
- User Token: Refer to the token retrieval guide here.
Open Command Prompt or PowerShell and run:
powershell -Command "Invoke-WebRequest https://raw.githubusercontent.com/KrishnaSSH/autobumper/refs/heads/main/start.bat -OutFile start.bat"
start.batAlternatively, download manually:
- Open: https://raw.githubusercontent.com/KrishnaSSH/autobumper/refs/heads/main/start.bat
- Save it as
start.bat - Double-click to run
Run directly:
curl -fsSL https://raw.githubusercontent.com/KrishnaSSH/autobumper/refs/heads/main/start.sh | bashOr download and execute manually:
curl -fsSL https://raw.githubusercontent.com/KrishnaSSH/autobumper/refs/heads/main/start.sh -o start.sh
chmod +x start.sh
./start.shYou can also run Autobumper on Android using Termux.
-
Install Termux from F-Droid (recommended).
-
Open Termux and run:
-
Run the installer script:
curl -fsSL https://raw.githubusercontent.com/KrishnaSSH/autobumper/refs/heads/main/start.sh | bashFill the Token, Guild-id and channel-id when it prompts you
Note: Make sure Termux has network access and is allowed to run background processes for uninterrupted execution.
Note: the android system kills termux application from running for longer sessions to prevent this make sure termux app has permission to send notifications and press on aquire-wakelock on the notification

