Node.js script that automatically bumps your Discord server on Disboard every 2 hours
- Node.js (version 16.9.0 or newer is recommended)
- npm (comes bundled with Node.js)
Install Dependencies
npm install dotenv discord.js-selfbot-v13Configure 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 idnode index.js