Presser |
---|
Mass Create Channels
Mass Create Channels & Ping
Mass Create Roles
Delete All Channels
Delete All Roles
Delete All Emojis
Ban All Members
Kick All Members
Delete All Stickers
(NEW)
Mass Delete Channels | Mass Create Channels | Mass Roles |
---|---|---|
- Node.JS v16+ installed.
- Code Editor: VSC(recommended), Sublime, Atom etc.
- Go to your Discord Developers Applications and create a new bot | You can use an existing one.
- Go to the "Bot" section and scroll down till you see "Privileged Gateway Intents".
- Select both Presence Intent, Server Members Intent and Message Content Intents.
- Extract the code in a folder, Right Click anywhere, click on Open in Terminal.
- After opening, spam Enter, until you see Is this OK? (yes) press Enter again.
- Next, you'll have to install discord.js, in that same terminal type
npm install [email protected] chalk
, this will install discord.js and chalk. - Start the bot by typing
node .
ornode index.js
- Run the
launch
file and wait for all the packages to be installed. - Navigate to the config folder, right click on the
config.json
file. - Open the file either on Notepad or a code editor i.e VSC (Visual Studio Code).
- Make sure to add your ID for the commands to work.
- Fill in ALL the gaps.
- Save.
disableEveryone
| Default set totrue
, add your user ID | Makes sure no one else can use the tool. Set tofalse
if you wish.
- Navigate to the "src" folder, run the
presser.bat
file.
This is tool was made for educational purposes and proof of concepts. I'm not accountable for any unlawful, unprecedented action and any violation of ToS administered by a third party.
Also I'd recommend only mass pinging till the server reaches to 3k pings. Any more than that will result in the hoster of the tool discord to lag or be rate limited for 30 mins - 2hrs ;)