Skip to content

alex23234/autobump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Discord Auto-Bumper

Node.js script that automatically bumps your Discord server on Disboard every 2 hours

Prerequisites

  • Node.js (version 16.9.0 or newer is recommended)
  • npm (comes bundled with Node.js)

Install Dependencies

npm install dotenv discord.js-selfbot-v13

Configure env Make a .env file in project root

DISCORD_TOKEN="user token"

Find and Set Your Channel ID Turn on devoloper mode in settings and right click on the channel and copy id open the index.js file

const CHANNEL_ID = "PASTE_YOUR_CHANNEL_ID_HERE"; // Add your own channel id

Run

node index.js

About

discord autobumper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published